PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wp-all-export
/
actions
<?php function pmxe_admin_notices() { // notify user if history folder is not writable $uploads = wp_upload_dir(); $input = new PMXE_Input(); $messages = $input->get('pmxe_nt', array()); if ($messages) { is_array($messages) or $messages = array($messages); foreach ($messages as $type => $m) { in_array((string)$type, array('updated', 'error')) or $type = 'updated'; ?> <div class="<?php echo $type ?>"><p><?php echo $m ?></p></div> <?php } } }
[+]
..
[-] wp_ajax_wpae_filtering.php
[edit]
[-] wp_ajax_save_scheduling.php
[edit]
[-] admin_menu.php
[edit]
[-] pmxe_before_export.php
[edit]
[-] wp_ajax_dismiss_export_warnings.php
[edit]
[-] admin_notices.php
[edit]
[-] wp_ajax_wpae_preview.php
[edit]
[-] wp_ajax_wpallexport.php
[edit]
[-] wp_ajax_generate_zapier_api_key.php
[edit]
[-] admin_init.php
[edit]
[-] pmxe_after_export.php
[edit]
[-] wp_ajax_scheduling_dialog_content.php
[edit]
[-] pmxe_exported_post.php
[edit]
[-] wp_loaded.php
[edit]
[-] admin_head.php
[edit]
[-] init.php
[edit]
[-] wp_ajax_wpae_available_rules.php
[edit]
[-] wp_ajax_wpae_filtering_count.php
[edit]
[-] wpmu_new_blog.php
[edit]