• i need to update the post meta “_regular_price” by a function upon saving the product

    update_post_meta( $post_id, '_regular_price', $some_variable );

    isn’t working??!

    what am i missing and what is the right way to do it

  • The topic ‘Update post meta _regular_price isn’t working’ is closed to new replies.