WP_REPAIRING
The WordPress Core WP REPAIRING constant.
Value (bool)
true
Usage
if ( defined( 'WP_REPAIRING' ) ) { // grab the value $value = constant( 'WP_REPAIRING' ); if ( !empty( $value ) ) { // go forth and prosper... } }
Defined (1)
The constant is defined in the following location(s).
- /wp-admin/maint/repair.php
- define('WP_REPAIRING', true);