Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action(
- 'admin_init',
- function () {
- $user_id = 2;
- $unlock_quota = 10;
- update_user_option( $user_id, 'jpw_unlock_remaining', $unlock_quota );
- }
- );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement