jetpack_bump_stats_extras, embeds, googleapps_service_name( $attr[domain], $attr[dir]

jetpack_bump_stats_extras, embeds, googleapps_service_name( $attr[domain], $attr[dir]

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, googleapps_service_name( $attr[domain], $attr[dir]') is found 1 times:

  • /modules/shortcodes/googleapps.php line 194
     
    	$attr['query'] = $attr['dir'] . '?' . $attr['query'];
    
    	/** This action is documented in modules/widgets/social-media-icons.php */
    	do_action( 'jetpack_bump_stats_extras', 'embeds', googleapps_service_name( $attr['domain'], $attr['dir'] ) );
    
    	return sprintf(
    		'<iframe src="%s" frameborder="0" width="%s" height="%s" marginheight="0" marginwidth="0" allowfullscreen="true" mozallowfullscreen="true" webkitallowfullscreen="true"></iframe>',
    		esc_url( 'https://' . $attr['domain'] . '.google.com/' . $attr['query'] ),
    		esc_attr( $attr['width'] ),
    		esc_attr( $attr['height'] )