PATH:
home
/
letacommog
/
laindinois
/
OLD
/
wp-content
/
plugins
/
wp-all-export
/
actions
<?php /** * Register plugin specific admin menu */ function pmxe_admin_menu() { global $menu, $submenu; if (current_user_can( PMXE_Plugin::$capabilities )) { // admin management options add_menu_page(__('WP All Export', 'wp_all_export_plugin'), __('All Export', 'wp_all_export_plugin'), PMXE_Plugin::$capabilities, 'pmxe-admin-home', array(PMXE_Plugin::getInstance(), 'adminDispatcher'), PMXE_Plugin::ROOT_URL . '/static/img/xmlicon.png', 111); // workaround to rename 1st option to `Home` $submenu['pmxe-admin-home'] = array(); add_submenu_page('pmxe-admin-home', __('Export to XML', 'wp_all_export_plugin') . ' ‹ ' . __('WP All Export', 'wp_all_export_plugin'), __('New Export', 'wp_all_export_plugin'), PMXE_Plugin::$capabilities, 'pmxe-admin-export', array(PMXE_Plugin::getInstance(), 'adminDispatcher')); add_submenu_page('pmxe-admin-home', __('Manage Exports', 'wp_all_export_plugin') . ' ‹ ' . __('WP All Export', 'wp_all_export_plugin'), __('Manage Exports', 'wp_all_export_plugin'), PMXE_Plugin::$capabilities, 'pmxe-admin-manage', array(PMXE_Plugin::getInstance(), 'adminDispatcher')); add_submenu_page('pmxe-admin-home', __('Settings', 'wp_all_export_plugin') . ' ‹ ' . __('WP All Export', 'wp_all_export_plugin'), __('Settings', 'wp_all_export_plugin'), PMXE_Plugin::$capabilities, 'pmxe-admin-settings', array(PMXE_Plugin::getInstance(), 'adminDispatcher')); // add_submenu_page('pmxe-admin-home', __('Feedback', 'wp_all_export_plugin') . ' ‹ ' . __('WP All Export', 'wp_all_export_plugin'), __('Feedback', 'wp_all_export_plugin'), PMXE_Plugin::$capabilities, 'pmxe-admin-feedback', array(PMXE_Plugin::getInstance(), 'adminDispatcher')); //add_submenu_page('pmxe-admin-home', __('Support', 'wp_all_export_plugin') . ' ‹ ' . __('WP All Export', 'wp_all_export_plugin'), __('Support', 'wp_all_export_plugin'), 'manage_options', 'pmxe-admin-help', array(PMXE_Plugin::getInstance(), 'adminDispatcher')); } }
[+]
..
[-] 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]