Untitled
unknown
plain_text
a year ago
408 B
10
Indexable
add_action('b2bking_bulkorder_cream_custom_heading', function(){
?>
<div class="b2bking_bulkorder_form_container_content_header_cream_sku">
<?php esc_html_e('Material', 'b2bking'); ?>
</div>
<?php
});
add_action('b2bking_bulkorder_cream_custom_column', function($product){
?>
<div class="b2bking_bulkorder_cream_sku"><?php
echo $product->get_attribute('pa_material');
?></div>
<?php
}, 10, 1);Editor is loading...
Leave a Comment