custer v0.2.2 includes queries in all output

This commit is contained in:
asus
2024-04-02 18:50:56 +02:00
parent 1f5fff26d6
commit ccb800c203
7 changed files with 134 additions and 89 deletions

View File

@@ -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;