Can this plugin be used in conjunction with WP_User_Query?
-
Does this plugin only display associated terms on the front-end or can it be used with WP_User_Query to filter users?
Example:
$args = array ( 'role' => 'member', 'tax_query' => array ( 'relation' => 'OR', array ( 'taxonomy' => 'colour', 'field' => 'slug', 'terms' => array( 'red' ), 'operator' => 'IN' ) ) );
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Can this plugin be used in conjunction with WP_User_Query?’ is closed to new replies.