WooCommerce ???? ? ?? ???? ?? ??? ????. ?? ?? ??? ?? ???? ???? ????. ?/p> ????
????. ?? ? ?? ??? ??? ????? ??? ??? ???? ??? ?? ??? ?????. ?? ??? ??? ??? ??? ??? ?? ?? ???, ?? ????? ?? ??? ??? ??? ? ? ????.
// Set the book's condition $condition = $_POST['condition']; wp_set_object_terms( $product_id, $condition, 'pa_condition', true ); $att_condition = Array('pa_condition' =>Array( 'name'=>'pa_condition', 'value'=>$condition, 'is_visible' => '1', 'is_taxonomy' => '1' )); update_post_meta( $product_id, '_product_attributes', $att_condition);
???? ????? ?????. ??? ?? ??? ?? ??? ???? ???? ??? ????? ????? ? ??? ??? ????.
?? ???? ?????.
?? ??? ?? ?? ??? ????.
??? ?? ?? ?? ? ???? ??? ????. ? ??? update_post_meta? ???? $att_condition ??? ????? att-genre? ?????. 3?? ??? ????? ?? ?????. ??? ??? ??? ???? ????.
3?? ?? ??($att_condition, $att_genre, $att_author)? ?? ??? ?? ? _product_attributes? ?? update_post_meta? 3?(? ?? ??? ?? ?? ??) ???? ????. update_post_meta? Meta_key ?? ???? ??? ?? ?? ?? ?? ?? ?????. ??? ?? ?? ????? ?? ???? ??? ?? ???? ?????. ??? update_post_meta? ?? ??? ??? ?? ??? ???? ???. ?? ?? ?? ?? ???? ?? ?? ??? ??? ?? update_post_meta? ? ? ????? ???. ??? ??? ?? ???? ???? ???????.
?? ?? ?? ???? ?? ??? foreach ??? ???? ?? ? ????.
???? ??? ??? ??? ?? ?????. ???????
????foreach ?? ?? ??? ????. ??? ??? update_post_meta? ?? ??????? 3? ?? ??? ?? ??? ???? $thedata? ????? ??? ?? ?????.
???: update_post_meta ??? foreach ?? ???? ??? ? ?? ????? ???.
????? ? ??? ???? $my_product_attributes? ?? ?? ??? ????? ??? ????? ???? ?? ??? ?? ?? ? null ? ???? ???? $value? ?????.
?? https://stackoverflow.com/a/45475863/12092133?? ???? ?????.
?? ??? ??? ?? ?? foreach? ????? ??? ??????.
????