$args
$args :
Responsible for managing the posts table query, retrieving the list of posts (as an array of WP_Post objects), and finding the post totals.
__construct(\Barn2\Plugin\Posts_Table_Pro\Table_Args $args)
\Barn2\Plugin\Posts_Table_Pro\Table_Args | $args |
tax_query_item(string $terms,string $taxonomy,string $operator = 'IN', $field = ''): array
Generate an inner array for the 'tax_query' arg in WP_Query.
string | $terms | The list of terms as a string |
string | $taxonomy | The taxonomy name |
string | $operator | IN, NOT IN, AND, etc |
$field |
A tax query sub-array