Untitled
unknown
plain_text
2 years ago
385 B
8
Indexable
add_action('b2bking_bulkorder_cream_custom_heading', function(){
?>
<div class="b2bking_bulkorder_form_container_content_header_cream_sku">
<?php esc_html_e('Arrival Date', 'b2bking'); ?>
</div>
<?php
});
add_action('b2bking_bulkorder_cream_custom_column', function($product){
?>
<div class="b2bking_bulkorder_cream_sku"><?php
echo 'Test Date';
?></div>
<?php
}, 10, 1);Editor is loading...
Leave a Comment