jetpack_sharing_facebook_official_button_output, $fb_share_html, $share_url

jetpack_sharing_facebook_official_button_output, $fb_share_html, $share_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_sharing_facebook_official_button_output, $fb_share_html, $share_url') is found 1 times:

  • /modules/sharedaddy/sharing-sources.php line 1974
    			 *
    			 * @param string $fb_share_html Facebook Sharing button HTML.
    			 * @param string $share_url URL of the post to share.
    			 */
    			return apply_filters( 'jetpack_sharing_facebook_official_button_output', $fb_share_html, $share_url );
    		}
    
    		/** This filter is already documented in modules/sharedaddy/sharing-sources.php */
    		if ( apply_filters( 'jetpack_register_post_for_share_counts', true, $post->ID, 'facebook' ) ) {
    			sharing_register_post_for_share_counts( $post->ID );
    		}