Home › Forums › WoodMart support forum › Wishlist promotional emails error › Reply To: Wishlist promotional emails error
November 10, 2023 at 6:46 pm
#511559
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to fix this. Once the error is gone, you can remove the code
add_action('init', function () {
delete_option( 'woodmart_promotion_data' );
});
Kind Regards