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:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_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;