update acf field handling to centerize every call

This commit is contained in:
asus
2024-04-08 21:43:08 +02:00
parent 1e291d16ba
commit 4c0e4c001f
12 changed files with 538 additions and 126 deletions

View File

@@ -30,8 +30,6 @@ 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');
@@ -39,7 +37,6 @@ function menu_content() {
}
//function update_payment_messages_option_CIPF($request, $option_name, $option_data, $option_default) {