Quantcast
Channel: WordPress.org Forums » [Jetpack - WP Security, Backup, Speed, & Growth] Support
Viewing all articles
Browse latest Browse all 37023

Jeremy Herve on "[Plugin: Jetpack by WordPress.com] Sharing Script issue"

$
0
0

Since the sharing_add_footer is hooked inside the sharing_display function, that is itself hooked into the_content, you need to remove_action later. This worked for me:

function jetpackme_rm_share_scripts() {
	remove_action( 'wp_footer', 'sharing_add_footer' );
}
add_action( 'loop_end', 'jetpackme_rm_share_scripts' );

Viewing all articles
Browse latest Browse all 37023

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>