Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $args = array(
- array(
- 'key' => wp_fusion()->crm->slug . '_tags',
- 'value' => '"TAGNAME"',
- 'compare' => 'LIKE'
- )
- );
- $users = get_users( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement