diff --git a/src/Config_Command.php b/src/Config_Command.php index 969e1440..a6238512 100644 --- a/src/Config_Command.php +++ b/src/Config_Command.php @@ -189,6 +189,8 @@ private static function get_initial_locale() { * # Using --prompt=dbpass will prompt for the 'dbpass' argument * $ wp config create --dbname=testing --dbuser=wp --prompt=dbpass < password.txt * Success: Generated 'wp-config.php' file. + * + * @when before_wp_load */ public function create( $_, $assoc_args ) { if ( ! Utils\get_flag_value( $assoc_args, 'force' ) ) {