jonben
Results
2
issues of
jonben
Is there a way to use get_terms and filter by custom taxonomy field? Something like that : ``` $args = array( 'hide_empty' => false, 'meta_query' => array( 'key' => 'segment',...
Great work on this plugin. I have 4 different types of users in my app and it works fine except this issue: After a user registers, I would like to...