added custer menu for notice
This commit is contained in:
@@ -16,17 +16,18 @@ if (!defined('ABSPATH')) {
|
||||
}
|
||||
|
||||
|
||||
include_once(plugin_dir_path(__FILE__) . '/plgntls_class.php');
|
||||
|
||||
include_once(plugin_dir_path(__FILE__) . '/custer_class.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/get_user_id.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/change_id.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/format_user_infos.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/user_infos.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/filter_mail.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/queries.php');
|
||||
include_once(Plgntls_custer::root_path() . 'custer_class.php');
|
||||
include_once(Plgntls_custer::root_path() . 'get_user_id.php');
|
||||
include_once(Plgntls_custer::root_path() . 'change_id.php');
|
||||
include_once(Plgntls_custer::root_path() . 'format_user_infos.php');
|
||||
include_once(Plgntls_custer::root_path() . 'user_infos.php');
|
||||
include_once(Plgntls_custer::root_path() . 'filter_mail.php');
|
||||
include_once(Plgntls_custer::root_path() . 'queries.php');
|
||||
|
||||
include_once(plugin_dir_path(__FILE__) . '/admin_menu.php');
|
||||
include_once(plugin_dir_path(__FILE__) . '/admin_menu_toggle.php');
|
||||
include_once(Plgntls_custer::root_path() . 'admin_menu.php');
|
||||
//include_once(Plgntls_custer::root_path() . 'admin_menu_toggle.php');
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user