Advertisement
alex91ckua

Set individual password for product

Apr 27th, 2021
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.15 KB | None | 0 0
  1. update_post_meta( $product_id, '_product_pass_checkbox', 'yes' );
  2. update_post_meta( $product_id, '_product_individual_password_', 'your_password_here' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement