Advertisement
GochiSiyan

frontend trial

Mar 26th, 2021
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. add_action('user_register',function ($user){
  2. update_user_meta( $user, 'listing_left', 10 );
  3. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement