args icon indicating copy to clipboard operation
args copied to clipboard

Array arguments made bearable

Results 5 args issues
Sort by recently updated
recently updated
newest added

Could we somehow inject your args into wordpress-stubs?

Close it while you can! ![kép](https://user-images.githubusercontent.com/952007/184135256-92854262-25ba-493c-8c09-ce45b30f3630.png) ☣️ Addictive!

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

bug