- pmxi_before_xml_import - Executed just before the import begins.
- pmxi_after_xml_import - Executed when the entire import completes.
- wp_all_import_auto_create_csv_headers - Auto generate headers, or use header in file.
- wp_all_import_feed_type - Can be used to define the feed type.
- wp_all_import_is_check_duplicates - Turn duplicate checking on/off.
- wp_all_import_is_unlink_missing_posts - Used to completely remove the relationship between import and post from pmxi_posts database table.
- wpallimport_xml_row - Allows modification of each data record from the file before import.
- pmxi_saved_post - Invoked right after saving a post.
- wp_all_import_variable_product_imported - Called when WP All Import saves a variable product.
- wp_all_import_variation_taxonomies - Can be used to add taxonomies to WooCommerce product variations.
- pmxi_after_post_import - Invoked after saving a post (??)
- pmxi_article_data - Allows modifying the post body content before save.
- pmxi_delete_post - Triggered before posts are deleted.
- pmxi_product_variation_saved - Called when WP All Import saves a variable product with the "Link all variations" option selected.
- pmxi_single_category -
- wp_all_import_set_post_terms - Called when WP All Import is setting the post taxonomy terms.
- pmxi_custom_field - Custom field values can be modified before save using this hook.
- pmxi_update_post_meta - Called right after a custom field is saved. Use this if you need access to meta_id.
- pmxi_acf_custom_field - Filter for "Advanced Custom Field" values.
- wp_all_import_specified_records - Allows specifing a list/range of records to import.
- wp_all_import_is_post_to_create - Indicate whether the post is to be created.
- wp_all_import_is_post_to_update - Indicate whether the post is to be updated.
- wp_all_import_is_post_to_delete - Indicate whether the post is to be deleted.
- pmxi_attachment_uploaded - Invoked right after an attachment was uploaded.
- pmxi_gallery_image - Invoked right after an image was imported. Usefull if working with 3rd party plugins/themes that have a custom gallery format.
- wp_all_import_image_filename - Allows customizing the names of imported images.
- wp_all_export_csv_rows - Filter CSV rows to export.
- wp_all_export_xml_rows - Filter XML rows to export.
- wp_all_export_after_csv_line - Filters CSV lines.
- pmxe_woo_field - Filters WooCommerce fields.
- wp_all_export_implode_delimiter - Modify the implode delimiter for export fields.
- wp_all_export_additional_data - Create additional fields for export.
- wp_all_export_is_csv_headers_enabled - Can be used to completely remove the CSV header.
- wp_all_export_export_file_name - Specify the export file name.
- wp_all_export_csv_headers - Manipulate export file headers.
- wp_all_export_config_options - Set export options
- pmxe_after_export - Perform some action after the export is complete.
- wp_all_export_zapier_response -