custer v 0.2.3 added menu with notice

This commit is contained in:
asus
2024-04-05 17:19:51 +02:00
parent 926bdc8417
commit 1e291d16ba
5 changed files with 347 additions and 129 deletions

View File

@@ -30,6 +30,8 @@ function menu_content() {
//delete_option($option_notice_object['_name']);
$option_notice = \Plgntls_custer::get_option_safe($option_notice_object, true);
//error_log("option_notice[style]: " . $option_notice['style']);
//error_log("option_notice[html]: " . $option_notice['html']);
ob_start();
include(\Plgntls_custer::root_path() . 'admin_menu.html');