Advertisement
Guest User

Untitled

a guest
Apr 6th, 2020
297
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. get_users( [
  2.     'meta_query' => [
  3.         [
  4.             'key' => 'subscribing_authors'
  5.             'value' => 123,
  6.             'compare' => 'IN'
  7.         ],
  8.     ],
  9. ] );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement