Advertisement
verygoodplugins

Untitled

Jun 14th, 2019
203
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.16 KB | None | 0 0
  1. $args = array(
  2.     array(
  3.         'key'       => wp_fusion()->crm->slug . '_tags',
  4.         'value'     => '"TAGNAME"',
  5.         'compare'   => 'LIKE'
  6.     )
  7. );
  8.  
  9. $users = get_users( $args );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement