Advertisement
GochiSiyan

6 month trial

Feb 10th, 2021
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. add_action('user_register',function ($user){
  2. update_user_option( $user, 'jpw_subscribe_status', 'ACTIVE' );
  3. update_user_option( $user, 'jpw_expired_date', date( 'Y-m-d H:i:s', strtotime( '+6 month' ) ) );
  4. update_user_option( $user, 'jpw_subs_type', 'trial' );
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement