args
args copied to clipboard
Array arguments made bearable
Could we somehow inject your args into wordpress-stubs?
... not on every PHP version
Close it while you can!  ☣️ Addictive!
Fixes #45
According to the [docs][WpQuery], metaquery clauses can be nested. The example given is (I've reformatted it for readability): ```php $args = [ 'post_type' => 'product', 'meta_query' => [ 'relation' =>...