Untitled

mail@pastecode.io avatar
unknown
plain_text
7 months ago
385 B
2
Indexable
Never
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);
Leave a Comment