PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
wpai-woocommerce-add-on
/
actions
<?php /** * @param $isWizard * @param $post */ function pmwi_pmxi_confirm_data_to_import($isWizard, $post ) { // render order's view only for bundle and import with WP All Import featured if ( $post['custom_type'] == 'shop_order' && class_exists('WooCommerce') ) { $pmwi_controller = new PMWI_Admin_Import(); $pmwi_controller->confirm( $isWizard, $post ); } }
[+]
..
[-] pmxi_reimport.php
[edit]
[-] admin_notices.php
[edit]
[-] pmxi_reimport_options_after_taxonomies.php
[edit]
[-] pmxi_confirm_data_to_import.php
[edit]
[-] pmxi_extend_options_main.php
[edit]
[-] pmxi_after_xml_import.php
[edit]
[-] pmxi_options_tab.php
[edit]
[-] pmxi_do_not_update_existing.php
[edit]
[-] pmxi_before_xml_import.php
[edit]
[-] pmxi_missing_post.php
[edit]
[-] pmxi_after_post_import.php
[edit]