Advertisement
GochiSiyan

paywall vip

Feb 1st, 2021
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. add_filter('jnews_paywall_unaffected_user_list',function ($list){
  2. $list[]=get_user_by('email', 'user@example.com');
  3. $list[]=get_user_by('email', 'user2@example.com');
  4. $list[]=get_user_by('email', 'user3@example.com');
  5. return $list;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement