wp_installing


wp_installing ( $is_installing = null )

Parameters:
  • (bool) is_installing Optional. True to set WP into Installing mode, false to turn Installing mode off. Omit this parameter if you only want to fetch the current status.
Returns:
  • (bool) True if WP is installing, otherwise false. When a `$is_installing` is passed, the function will report whether WP was in installing mode prior to the change to `$is_installing`.
Defined at:

Description

Checks or sets whether WordPress is in "installation" mode.If the `WP_INSTALLING` constant is defined during the bootstrap, `wp_installing()` will default to `true`.

Related Functions

wp_install, wp_insert_link, wp_not_installed, wp_is_internal_link, wp_ajax_install_plugin

Top Google Results

User discussions

wpseek mobile