Plugin
Copy Link';
$button_html .= '';
return $button_html;
}
add_action('the_content', 'copy_post_link_button');
function copy_post_link_button_shortcode() {
return copy_post_link_button();
}
add_shortcode('copy_post_link_button', 'copy_post_link_button_shortcode');