Ulrich Pogson

Results 57 issues of 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....

command:post-meta
command:post-meta-get
command:term-meta
command:term-meta-get
command:user-meta
command:user-meta-get

### 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. ![image](https://user-images.githubusercontent.com/1785641/27832092-abbfb068-60cd-11e7-979a-02056676471a.png) It is not clear how to rerun the install process or even delete the box. The folder...

bug

I tried halting the Box and it run indefinitely without any notice. ![image](https://user-images.githubusercontent.com/1785641/27831976-37ebf7b4-60cd-11e7-8d55-48b5bc13fdc9.png) 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. ![image](https://user-images.githubusercontent.com/1785641/27808242-d8747f80-6046-11e7-8d49-d69d8b8a87ed.png)

Create a new command to list all projects managed by Traduttore `wp traduttore project list [--field=] [--fields=] [--format=]`

[Type] Enhancement
[Component] CLI

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...