Advertisement
arie_cristianD

edit unlock quote for spesific user

Feb 17th, 2025
133
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_action(
  2.     'admin_init',
  3.     function () {
  4.         $user_id      = 2;
  5.         $unlock_quota = 10;
  6.         update_user_option( $user_id, 'jpw_unlock_remaining', $unlock_quota );
  7.     }
  8. );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement