Uses
| Uses | Description | 
|---|---|
| wp-includes/rest-api.php: rest_url | Filters the REST URL. | 
| wp-includes/rest-api.php: rest_get_url_prefix() | Retrieves the URL prefix for any API resource. | 
| wp-includes/formatting.php: trailingslashit() | Appends a trailing slash. | 
| wp-includes/load.php: is_multisite() | If Multisite is enabled. | 
| wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. | 
| wp-includes/load.php: is_ssl() | Determines if SSL is used. | 
| wp-includes/functions.php: force_ssl_admin() | Whether to force SSL used for the Administration Screens. | 
| wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. | 
| wp-includes/link-template.php: set_url_scheme() | Sets the scheme for a URL. | 
| wp-includes/link-template.php: get_home_url() | Retrieves the URL for a given site where the front end is accessible. | 
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. | 
| wp-includes/option.php: get_option() | Retrieves an option value based on an option name. | 
| wp-includes/class-wp-rewrite.php: WP_Rewrite::using_index_permalinks() | Determines whether permalinks are being used and rewrite module is not enabled. | 
| wp-includes/ms-blogs.php: get_blog_option() | Retrieve option value for a given blog id based on name of option. |