jetpack_bump_stats_extras, html_to_shortcode, googleapps_service_name( $domain, $match[3]
jetpack_bump_stats_extras, html_to_shortcode, googleapps_service_name( $domain, $match[3]
Appears in: jetpack.16.0.1
Hook Type: action
Displaying hooks found in version: jetpack.16.0.1do_action('jetpack_bump_stats_extras, html_to_shortcode, googleapps_service_name( $domain, $match[3]') is found 1 times:
- /modules/shortcodes/googleapps.php line 133
continue; } /** This action is documented in modules/widgets/social-media-icons.php */ do_action( 'jetpack_bump_stats_extras', 'html_to_shortcode', googleapps_service_name( $domain, $match[3] ) ); $content = str_replace( $match[0], '[googleapps domain="' . $domain . '" dir="' . $match[3] . '" query="' . esc_attr( $match[4] ) . '"' . $attributes . ' /]', $content ); } } return $content;