PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
wp-all-import
/
actions
<?php function pmxi_pmxi_before_xml_import( $import_id ) { delete_option('wp_all_import_taxonomies_hierarchy_' . $import_id); // Remove some costly unnecessary actions during import. remove_action( 'transition_post_status', '_update_term_count_on_transition_post_status', 10 ); remove_action( 'transition_post_status', '_update_posts_count_on_transition_post_status', 10 ); remove_action( 'post_updated', 'wp_save_post_revision', 10 ); }
[+]
..
[-] admin_notices.php
[edit]
[-] delete_post.php
[edit]
[-] admin_head.php
[edit]
[-] add_attachment.php
[edit]
[-] pmxi_after_xml_import.php
[edit]
[-] wp_ajax_dismiss_notifications.php
[edit]
[-] wp_ajax_auto_detect_sf.php
[edit]
[-] admin_menu.php
[edit]
[-] wp_ajax_delete_import.php
[edit]
[-] pmxi_before_xml_import.php
[edit]
[-] wp_ajax_import_failed.php
[edit]
[-] wp_ajax_auto_detect_cf.php
[edit]
[-] wpmu_new_blog.php
[edit]
[-] wp_ajax_test_images.php
[edit]
[-] admin_init.php
[edit]
[-] attachment_updated.php
[edit]