Uses
Uses | Description |
---|---|
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/class-wp-embed.php: embed_cache_oembed_types | Filters the array of post types to cache oEmbed results for. |
wp-includes/class-wp-embed.php: WP_Embed::run_shortcode() | Process the [embed] shortcode. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/post.php: get_post() | Retrieves post data given a post ID or post object. |
wp-includes/post.php: get_post_types() | Get a list of all registered post type objects. |