We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39fada7 commit e50b3c7Copy full SHA for e50b3c7
src/Config_Command.php
@@ -189,6 +189,8 @@ private static function get_initial_locale() {
189
* # Using --prompt=dbpass will prompt for the 'dbpass' argument
190
* $ wp config create --dbname=testing --dbuser=wp --prompt=dbpass < password.txt
191
* Success: Generated 'wp-config.php' file.
192
+ *
193
+ * @when before_wp_load
194
*/
195
public function create( $_, $assoc_args ) {
196
if ( ! Utils\get_flag_value( $assoc_args, 'force' ) ) {
0 commit comments