Uses
Uses | Description |
---|---|
wp-includes/formatting.php: untrailingslashit() | Removes trailing forward slashes and backslashes if they exist. |
wp-includes/pluggable.php: wp_redirect() | Redirects to another page. |
wp-includes/general-template.php: wp_login_url() | Retrieves the login URL. |
wp-includes/query.php: is_404() | Determines whether the query has resulted in a 404 (returns no results). |
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/link-template.php: site_url() | Retrieves the URL for the current site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible. |
wp-includes/class-wp-rewrite.php: WP_Rewrite::using_permalinks() | Determines whether permalinks are being used. |