Retrieves the URL for a given site where WordPress application files (e.g. wp-blog-header.php or the wp-admin/ folder) are accessible.

A simpler, safer WordPress. Get more time, traffic and peace of mind thanks to our simple setup. Get to market faster with our easy to use design and WordPress developer tools. From effortless Local WordPress development to beautiful StudioPress themes to a vast ecosystem of optimized WordPress plugins, we give you efficiencies and shortcuts to get you online with ease and speed.
Contents
- Related
Description Description
Returns the ‘site_url’ option with the appropriate protocol, ‘https’ if is_ssl() and ‘http’ otherwise. If $scheme
is ‘http’ or ‘https’, is_ssl()
is overridden.
Get Wordpress Password From Database

Parameters Parameters

(int|null)(Optional) Site ID. Default null (current site).
Default value: null
(string)(Optional) Path relative to the site URL.
Default value: '
(string|null)(Optional) Scheme to give the site URL context. Accepts 'http', 'https', 'login', 'login_post', 'admin', or 'relative'.
Default value: null
Return Return
(string) Site URL link with optional path appended.
Source Source
File: wp-includes/link-template.php
View on Trac
Related Related
Get Wordpress Version
Uses Uses
Uses | Description |
---|---|
wp-includes/load.php:is_multisite() | Software download for windows 8. If Multisite is enabled. |
wp-includes/link-template.php:set_url_scheme() | Sets the scheme for a URL. |
wp-includes/link-template.php:site_url | Filters the site URL. |
wp-includes/plugin.php:apply_filters() | Calls the callback functions that have been added to a filter hook. App store ma. |
wp-includes/option.php:get_option() | Retrieves an option value based on an option name. |
wp-includes/ms-blogs.php:switch_to_blog() | Switch the current blog. |
wp-includes/ms-blogs.php:restore_current_blog() | Restore the current blog, after calling switch_to_blog(). |

