more improves in optin gestion in class, automatic handling for basic cases

This commit is contained in:
asus
2024-03-31 17:34:10 +02:00
parent ca13c5dccb
commit 7ad01a51ba
7 changed files with 1531 additions and 58 deletions

View File

@@ -32,10 +32,10 @@ function add_plugin_content_CIPF() {
/*
* registration email
*
*/
$admin_post_payment_messages = Plgntls::ADMIN_POST_PAYMENT_MESSAGES;
$nonce_payment_messages = Plgntls::ADMIN_MENU_NONCE_PAYMENT_MESSAGES;
$payment_messages = get_payment_messages_option_CIPF();
*/
ob_start();
include(Plgntls::root_path() . '/html/menu/cipf_menu.html');