Pascal Birchler
Pascal Birchler
@Djennez As I mentioned at https://github.com/WordPress/gutenberg/issues/15816#issuecomment-495918867, I wonder if this is not something where Yoast SEO might be able to do a better job at escaping its regex. The error...
Curious: What‘s a use case where the po file doesn‘t have that header but the pot file does? How are you generating the po file?
> As far as I know there is no default way of creating a .po file, right? You could just copy `yourcatalog.pot` to `yournewpofile.po` and you have one :-) Afterwards,...
Another thing that's annoying: On macOS the files in the tmo `wordpress` and `wordpress-tests-lib` can get wiped sometimes, but the folders are still there. But because the script only checks...
@pbiron Someone could have developed a custom command with a `--skip-plugins-except` parameter. If we now add such a global parameter in WP-CLI, we would break their command. Hope that clarifies...
Related: the proposed `--skip-plugins-except` param reminds me a bit of troubleshooting mode in the [Health Check & Troubleshooting](https://wordpress.org/plugins/health-check/) plugin
> In such cases, I turn to various "shell friends" to accomplish this, but I always have to rack my brain to remember **exactly** the syntax to use in those...
This command uses the WordPress-provided `wpmu_delete_blog()` / `wp_delete_site()` functions to delete a site and drop its tables. It sounds like the plugins you are using are `_doing_it_wrong` by not properly...
This sounds related to https://core.trac.wordpress.org/ticket/43162, which has a similar answer: > Plugins can (and should) use the `wpmu_drop_tables` filter to add their custom database tables to the array of tables...
With the aforementioned core ticket this would be automatically handled for us, no need to add another flag.