jetpack_embed_to_shortcode, googlemaps, $url

jetpack_embed_to_shortcode, googlemaps, $url

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: jetpack.16.0.1

do_action('jetpack_embed_to_shortcode, googlemaps, $url') is found 1 times:

  • /modules/shortcodes/googlemaps.php line 70
     
    	$url = "https://{$match[1]}.google.{$match[2]}/{$match[3]}?{$match[4]}&w={$width}&h={$height}";
    
    	/** This action is documented in modules/shortcodes/youtube.php */
    	do_action( 'jetpack_embed_to_shortcode', 'googlemaps', $url );
    
    	return "[googlemaps $url]";
    }
    
    if ( jetpack_shortcodes_should_hook_pre_kses() ) {
    	add_filter( 'pre_kses', 'jetpack_googlemaps_embed_to_short_code' );