pmxi_extend_options_main.php 269 Bytes
Newer Older
Nahla Shiri's avatar
Nahla Shiri committed
1 2 3 4 5 6 7 8
<?php
function pmwi_pmxi_extend_options_main($entry, $post = array())
{
	if ( ! in_array($entry, array('product', 'shop_order')) and empty($post['is_override_post_type'])) return;

	$woo_controller = new PMWI_Admin_Import();										
	$woo_controller->index($post);
}