jetpack_embed_to_shortcode, youtube, $url

jetpack_embed_to_shortcode, youtube, $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, youtube, $url') is found 1 times:

  • /modules/shortcodes/youtube.php line 107
    			 *
    			 * @param string youtube Shortcode name.
    			 * @param string $url YouTube video URL.
    			 */
    			do_action( 'jetpack_embed_to_shortcode', 'youtube', $url );
    		}
    	}
    
    	return $content;
    }