jetpack_register_post_for_share_counts, true, $post->ID, x

jetpack_register_post_for_share_counts, true, $post->ID, x

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: jetpack.16.0.1

apply_filters('jetpack_register_post_for_share_counts, true, $post->ID, x') is found 1 times:

  • /modules/sharedaddy/sharing-sources.php line 1465
    			);
    		} else {
    			if (
    				/** This filter is documented in modules/sharedaddy/sharing-sources.php */
    				apply_filters( 'jetpack_register_post_for_share_counts', true, $post->ID, 'x' )
    			) {
    				sharing_register_post_for_share_counts( $post->ID );
    			}
    			return $this->get_link(
    				$this->get_process_request_url( $post->ID ),
    				_x( 'X', 'share to', 'jetpack' ),