Uses
Uses | Description |
---|---|
wp-includes/link-template.php: admin_url | Filters the admin area URL. |
wp-includes/link-template.php: get_site_url() | Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |