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: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_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'] )