jetpack_bump_stats_extras, embeds, tweet

jetpack_bump_stats_extras, embeds, tweet

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_bump_stats_extras, embeds, tweet') is found 1 times:

  • /modules/shortcodes/tweet.php line 100
    		// Clean up filter.
    		remove_filter( 'oembed_fetch_url', array( 'Jetpack_Tweet', 'jetpack_tweet_url_extra_args' ), 10 );
    
    		/** This action is documented in modules/widgets/social-media-icons.php */
    		do_action( 'jetpack_bump_stats_extras', 'embeds', 'tweet' );
    
    		if ( class_exists( 'Jetpack_AMP_Support' ) && Jetpack_AMP_Support::is_amp_request() ) {
    			$width  = ! empty( $attr['width'] ) ? $attr['width'] : 600;
    			$height = 480;
    			$output = sprintf(
    				'<amp-twitter data-tweetid="%1$s" layout="responsive" width="%2$d" height="%3$d"></amp-twitter>',