How to change the product short description for each product with PHP?
Question
Do you have any idea how to change the short description?
What is the meta key that is used in order to assign a specific value to the short description?
if I want to change the price I use:
update_post_meta( $post_id, '_price', $ItemPrice);
What meta tag should I use for the short description?
0
php, plugins, tags, woocommerce
3 years
2020-06-05T14:10:30-05:00
2020-06-05T14:10:30-05:00 0 Answers
92 views
0
Leave an answer