<?phpfunctionpmwi_pmxi_options_tab($isWizard,$post){// render order's view only for bundle and import with WP All Import featuredif($post['custom_type']=='shop_order'&&class_exists('WooCommerce')):$pmwi_controller=newPMWI_Admin_Import();$pmwi_controller->options($isWizard,$post);endif;}