wp-config-transformer icon indicating copy to clipboard operation
wp-config-transformer copied to clipboard

Programmatically edit a wp-config.php file

Results 5 wp-config-transformer issues
Sort by recently updated
recently updated
newest added

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). **Encountered an error...

As it is part of the `wp-cli-bundle`, this package should be adapted to make use of the central `wp-cli/wp-cli-tests` package. This will allow for its testing infrastructure to be centrally...

enhancement
scope:testing

## Bug Report - [ x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [ x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). A...

bug

The current regex does not support trailing commas in the define construct (To the point where it goes completely bonkers). I'd like to propose a minor change that will address...

Fixes: #50 and wp-cli/config-command#101 This pull request addresses the bug where using `wp config delete` to remove a constant from `wp-config.php` that includes concatenated functions or complex strings results in...