emails in admin menu and updating options seems to work

This commit is contained in:
asus
2024-04-03 13:19:12 +02:00
parent 59b9acc55e
commit ffc47a0295
3 changed files with 89 additions and 98 deletions

View File

@@ -1120,6 +1120,7 @@ error_log("toggle menu: " . json_encode($option_toggle));
* it also works if the option is the name directly
*
*/
error_log("option 3: " . json_encode($option_data['payment_success']['confirmation_message']));
$option_name = self::_init_option($option);
if (false === $option_name) {
return;