Uses
Uses | Description |
---|---|
wp-includes/embed.php: get_oembed_endpoint_url() | Retrieves the oEmbed endpoint URL for a given permalink. |
wp-includes/embed.php: oembed_discovery_links | Filters the oEmbed discovery links HTML. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/query.php: is_singular() | Determines whether the query is for an existing single post of any post type (post, attachment, page, custom post types). |
wp-includes/link-template.php: get_permalink() | Retrieves the full permalink for the current post or post ID. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |