We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 999fdd8 commit 6571dd2Copy full SHA for 6571dd2
src/WP_CLI/CommandWithMeta.php
@@ -84,8 +84,6 @@ public function list_( $args, $assoc_args ) {
84
85
foreach( $values as $item_value ) {
86
87
- $item_value = maybe_unserialize( $item_value );
88
-
89
$items[] = (object) array(
90
"{$this->meta_type}_id" => $object_id,
91
'meta_key' => $key,
0 commit comments