Uses
Uses | Description |
---|---|
wp-includes/http.php: wp_parse_url() | A wrapper for PHP’s parse_url() function that handles consistency in the return values across PHP versions. |
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. |