Uses
Uses | Description |
---|---|
wp-includes/embed.php: get_oembed_response_data() | Retrieves the oEmbed response data for a given post. |
wp-includes/class-wp-oembed-controller.php: oembed_request_post_id | Filters the determined post ID. |
wp-includes/functions.php: get_status_header_desc() | Retrieve the description for the HTTP status. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/rewrite.php: url_to_postid() | Examine a URL and try to determine the post ID it represents. |
wp-includes/class-wp-error.php: WP_Error::__construct() | Initialize the error. |