_config_wp_home
- %1$s is private and should not be used in themes or plugins directly.
_config_wp_home ( $url = '' )
Access:Parameters:- (string) url URL for the home location.
See:Returns:- (string) Homepage location.
Defined at: - Introduced in WordPress: 2.2.0
- Deprecated in WordPress: —
Description
Retrieves the WordPress home page URL.If the constant named 'WP_HOME' exists, then it will be used and returned
by the function. This can be used to counter the redirection on your local
development environment.