Uses
Uses | Description |
---|---|
wp-includes/rest-api.php: rest_url() | Retrieves the URL to a REST endpoint. |
wp-includes/embed.php: oembed_endpoint_url | Filters the oEmbed endpoint URL. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |