Get Taxonomy by Custom Field
-
Is it possible to use any of those functions get_term_by() / get_term() / get_taxonomy() or anything to get a taxonomy list filtering by a custom field? I can do that with get_posts just adding the following code:
'meta_query' => array( 'relation' => 'AND', array( 'key' => 'activation_code', 'value' => '123', 'compare' => '=' ) ),
Thank you!
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Get Taxonomy by Custom Field’ is closed to new replies.