Overview
The filter hook ctdqb_post_query_args allows you to modify the WP_Query arguments before the query is executed for post queries.
Hook Parameters
- $query_args – Array of query arguments.
- $props – Array of module properties.
0 Comments