Uses
Uses | Description |
---|---|
wp-includes/class-wp-embed.php: WP_Embed::get_embed_handler_html() | Returns embed HTML for a given URL from embed handlers. |
wp-includes/embed.php: get_oembed_response_data_for_url() | Retrieves the oEmbed response data for a given URL. |
wp-includes/class-wp-oembed-controller.php: rest_oembed_ttl | Filters the oEmbed TTL value (time to live). |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/functions.php: get_status_header_desc() | Retrieve the description for the HTTP status. |
wp-includes/class-wp-oembed.php: oembed_result | Filters the HTML returned by the oEmbed provider. |
wp-includes/embed.php: _wp_oembed_get_object() | Returns the initialized WP_oEmbed object. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_transient() | Retrieves the value of a transient. |
wp-includes/option.php: set_transient() | Sets/updates the value of a transient. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |