jetpack_register_post_for_share_counts, true, $post->ID, twitter

jetpack_register_post_for_share_counts, true, $post->ID, twitter

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, twitter') is found 1 times:

  • /modules/sharedaddy/sharing-sources.php line 1289
    				 * @param bool true Should sharing counts be enabled for this specific service. Default to true.
    				 * @param int $post->ID Post ID.
    				 * @param string $str Sharing service name.
    				 */
    				apply_filters( 'jetpack_register_post_for_share_counts', true, $post->ID, 'twitter' )
    			) {
    				sharing_register_post_for_share_counts( $post->ID );
    			}
    			return $this->get_link( $this->get_process_request_url( $post->ID ), _x( 'X', 'share to', 'jetpack' ), __( 'Share on X', 'jetpack' ), 'share=twitter', 'sharing-twitter-' . $post->ID );
    		}
    	}