Custom email – Error fatal after update WordPress 6.5
-
Hi, I use a custom code on functions.php for email template with this documentation: https://docs.ultimatemember.com/article/1515-how-to-add-and-use-custom-email-templates
After updating the new WordPress version 6.5, I have a fatal error: Uncaught Error : cannont private propertiy um/core/Options::$options
The code:
UM()->options()->options = array_merge( array(
‘group1_approved_email_on’ => 1,
‘group1_approved_email_sub’ => “Validation d’un compte sur {site_name}”
), UM()->options()->options );
Can you propose a fix please?
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Custom email – Error fatal after update WordPress 6.5’ is closed to new replies.