Ulrich Pogson
Ulrich Pogson
## Feature Request - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). **Describe your use case and the problem you are facing** Post meta can either be unique or non single....
### Problem https://github.com/adamsilverstein/wp-post-meta-revisions/issues/60 ### Solution Pete mention in https://github.com/adamsilverstein/wp-post-meta-revisions/issues/24 that a filter to modify the metadata from the `$_POST` variable. I looked at the PR https://github.com/adamsilverstein/wp-post-meta-revisions/pull/25 but soon realised this...
It may be better to only add `wp_before_creating_autosave` once [core-#20299](https://core.trac.wordpress.org/ticket/20299) is closed and the filter is in core. https://github.com/adamsilverstein/wp-post-meta-revisions/blob/ca459926808b025c256654962e577c91597dd0e0/wp-post-meta-revisions.php#L36
If the meta key is part of `wp_post_revision_meta_keys()` can be checked first before making a database request for `get_post()`. `$post instanceof WP_Post` is stricker then `empty( $post )` or `is_object(...
We are using [CMB](https://github.com/humanmade/Custom-Meta-Boxes) for the custom meta boxes. (I know it is deprecated but waiting for a whole site refresh to migrate away). There is a non-unique meta key...
The setup process failed due to not being connected to the internet.  It is not clear how to rerun the install process or even delete the box. The folder...
I tried halting the Box and it run indefinitely without any notice.  Running `vagrant halt` in the terminal worked fine. `8d3e149 default virtualbox poweroff /path/chassis`
The launch button is not needed if the box is already running. Potentially this could be replaced with a `reload` or `provision` button. 
Create a new command to list all projects managed by Traduttore `wp traduttore project list [--field=] [--fields=] [--format=]`
As posts with links point to other pages or other sites, the links should not be included in the sitemap. Here is how I solved for Yoast SEO. This is...