Uses
Uses | Description |
---|---|
wp-includes/class-wp-oembed.php: WP_oEmbed::get_data() | Takes a URL and attempts to return the oEmbed data. |
wp-includes/class-wp-oembed.php: pre_oembed_result | Filters the oEmbed result before any HTTP requests are made. |
wp-includes/class-wp-oembed.php: WP_oEmbed::data2html() | Converts a data object from WP_oEmbed::fetch() and returns the HTML. |
wp-includes/class-wp-oembed.php: oembed_result | Filters the HTML returned by the oEmbed provider. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |