Retrieves the URL for the current site where the front end is accessible.
Returns the ‘home’ option with the appropriate protocol. The protocol will be ‘https’ if is_ssl() evaluates to true; otherwise, it will be the same as the ‘home’ option.
If $scheme is ‘http’ or ‘https’, is_ssl() is overridden.
$pathstringoptional
Default:''
$schemestring|nulloptional
'http', 'https', 'relative', 'rest', or null. Default:null
function home_url( $path = '', $scheme = null ) {
return get_home_url( null, $path, $scheme );
}
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/home_url