Uses
Uses | Description |
---|---|
wp-includes/link-template.php: admin_url() | Retrieves the URL to the admin area for the current site. |
wp-includes/link-template.php: home_url() | Retrieves the URL for the current site where the front end is accessible. |
wp-includes/http.php: allowed_http_origins | Change the origin types allowed for HTTP requests. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |