You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CommandWithMeta::get method $value = $this->get_metadata( $object_id, $meta_key, true ); $single parameter hardcoded to true. It would be better to change it to optional parameter.
The text was updated successfully, but these errors were encountered:
In CommandWithMeta::get method
$value = $this->get_metadata( $object_id, $meta_key, true );
$single parameter hardcoded totrue
. It would be better to change it to optional parameter.The text was updated successfully, but these errors were encountered: