Home › Forums › WoodMart support forum › Promo Popup › Reply To: Promo Popup
July 19, 2023 at 2:12 pm
#482618
Luke Nielsen
Keymaster
Hello,
Please add the below code to the functions.php
file in your child theme and recheck the issue.
add_filter(
'woodmart_promo_version_cookie_expires',
function() {
return 0.5; // Days.
}
);
Kind Regards