Possible to hide by user meta
-
Hi and thanks for what seems like a great plugin!
I have a use case where I would want to hide a specific part for users who don’t have a specific user meta value.
This is an example from a user query where I get users who have these user meta set:
‘meta_query’ => array(
‘relation’ => ‘AND’,
array(
‘key’ => ‘wants_to_become_a_mentor’,
‘value’ => ‘yes’,
‘compare’ => ‘LIKE’
),
array(
‘key’ => ‘approved_by_us_as_mentor’,
‘value’ => ‘yes’,
‘compare’ => ‘LIKE’
),Is this possible already now in Hide This or maybe in the future of the plugin?
Appreciate your help!
- The topic ‘Possible to hide by user meta’ is closed to new replies.