Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wp_head',function (){
- $users = get_users();
- foreach ($users as $user) {
- if ( ! get_user_option('jpw_unlock_remaining', $user->ID) ) {
- update_user_option( $user->ID, 'jpw_unlock_remaining', 3 );
- }
- }
- });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement