sharing_enqueue_scripts, $enqueue
sharing_enqueue_scripts, $enqueue
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('sharing_enqueue_scripts, $enqueue') is found 1 times:
- /modules/sharedaddy/sharing-service.php line 826
* @since 3.2.0 * * @param bool $enqueue Decide if the sharing scripts should be enqueued. */ return (bool) apply_filters( 'sharing_enqueue_scripts', $enqueue ); } /** * Add sharing JavaScript to the footer of a page. * * @return void