PATH:
home
/
letacommog
/
pymreception1
/
wp-content
/
plugins
/
wpai-woocommerce-add-on
/
actions
<?php /** * @param $import_id */ function pmwi_pmxi_before_xml_import($import_id ) { delete_option('wp_all_import_' . $import_id . '_parent_product'); delete_option('wp_all_import_not_linked_products_' . $import_id); delete_option('wp_all_import_previously_updated_order_' . $import_id); delete_option('wp_all_import_products_maybe_to_delete_' . $import_id); delete_option('wp_all_import_product_stack_' . $import_id); }
[+]
..
[-] 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]