PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wp-all-import2
/
actions
<?php function pmxi_wp_ajax_dismiss_notifications(){ if ( ! check_ajax_referer( 'wp_all_import_secure', 'security', false )){ exit( json_encode(array('result' => false, 'msg' => __('Security check', 'wp_all_import_plugin'))) ); } if ( ! current_user_can( PMXI_Plugin::$capabilities ) ){ exit( json_encode(array('result' => false, 'msg' => __('Security check', 'wp_all_import_plugin'))) ); } if (isset($_POST['addon']) ) { update_option($_POST['addon'] . '_notice_ignore', 'true'); } exit( json_encode( array('result' => true))); }
[+]
..
[-] admin_head.php
[edit]
[-] attachment_updated.php
[edit]
[-] pmxi_after_xml_import.php
[edit]
[-] wp_ajax_dismiss_notifications.php
[edit]
[-] wpmu_new_blog.php
[edit]
[-] add_attachment.php
[edit]
[-] wp_ajax_import_failed.php
[edit]
[-] wp_ajax_auto_detect_sf.php
[edit]
[-] wp_ajax_test_images.php
[edit]
[-] admin_notices.php
[edit]
[-] admin_init.php
[edit]
[-] wp_ajax_auto_detect_cf.php
[edit]
[-] pmxi_before_xml_import.php
[edit]
[-] delete_post.php
[edit]
[-] admin_menu.php
[edit]
[-] wp_ajax_delete_import.php
[edit]