custer v0.2.2 includes queries in all output
This commit is contained in:
@@ -21,6 +21,11 @@ class Custer {
|
||||
const SLUG_TOOGLE_ADMIN_MENU = ['_name'=>'toogle_admin_menu_url_custer', 'toggle'=>'toggle', 'show'=>'show', 'hide'=>'hide'];
|
||||
const OPTION_TOGGLE_MENU = ['_name'=>'toggle_admin_menu_option_custer', 'show'=>'show', 'hide'=>'hide'];
|
||||
const OPTION_ANCHOR = 'custer_anchor_ids';
|
||||
const QUERIES = [
|
||||
'__author_page_url__',
|
||||
'__user_post_url__',
|
||||
'__admin_email__',
|
||||
];
|
||||
|
||||
private static $_backup_current_user = null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user