_config_wp_siteurl
- %1$s is private and should not be used in themes or plugins directly.
_config_wp_siteurl ( $url = '' )
Access:Parameters:- (string) url URL to set the WordPress site location.
See:Returns:- (string) The WordPress site URL.
Defined at: - Introduced in WordPress: 2.2.0
- Deprecated in WordPress: —
Description
Retrieves the WordPress site URL.If the constant named 'WP_SITEURL' is defined, then the value in that
constant will always be returned. This can be used for debugging a site
on your localhost while not having to change the database to your URL.