jetpack_register_post_for_share_counts, true, $post->ID, linkedin
jetpack_register_post_for_share_counts, true, $post->ID, linkedin
Appears in: jetpack.16.0.1
Hook Type: filter
Displaying hooks found in version: jetpack.16.0.1apply_filters('jetpack_register_post_for_share_counts, true, $post->ID, linkedin') is found 2 times:
- /modules/sharedaddy/sharing-sources.php line 1760
$display = $this->get_link( $this->get_process_request_url( $post->ID ), _x( 'LinkedIn', 'share to', 'jetpack' ), __( 'Share on LinkedIn', 'jetpack' ), 'share=linkedin', 'sharing-linkedin-' . $post->ID ); } /** This filter is already documented in modules/sharedaddy/sharing-sources.php */ if ( apply_filters( 'jetpack_register_post_for_share_counts', true, $post->ID, 'linkedin' ) ) { sharing_register_post_for_share_counts( $post->ID ); } return $display; } - /modules/sharedaddy/sharing-sources.php line 2793
$display = $this->get_link( $this->get_process_request_url( $post->ID ), _x( 'Pinterest', 'share to', 'jetpack' ), __( 'Share on Pinterest', 'jetpack' ), 'share=pinterest', 'sharing-pinterest-' . $post->ID ); } /** This filter is already documented in modules/sharedaddy/sharing-sources.php */ if ( apply_filters( 'jetpack_register_post_for_share_counts', true, $post->ID, 'linkedin' ) ) { sharing_register_post_for_share_counts( $post->ID ); } return $display; }