Summery Summery
Determines if SSL is used.
Syntax Syntax
Return Return
(bool) True if SSL, otherwise false.
Source Source
File: wp-includes/load.php
break; } $wp_locale = new WP_Locale(); } /** * Check or set whether WordPress is in "installation" mode. * * If the `WP_INSTALLING` constant is defined during the bootstrap, `wp_installing()` will default to `true`. * * @since 4.4.0 * * @param bool $is_installing Optional. True to set WP into Installing mode, false to turn Installing mode off.
Advertisement
Changelog Changelog
Version | Description |
---|---|
4.6.0 | Moved from functions.php to load.php. |
2.6.0 | Introduced. |