Uses
Uses | Description |
---|---|
wp-includes/embed.php: wp_embed_handler_youtube | Filters the YoutTube embed output. |
wp-includes/class-wp-embed.php: WP_Embed::autoembed() | Passes any unlinked URLs that are on their own line to WP_Embed::shortcode() for potential embedding. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |