Home Forums WoodMart support forum Promo Popup Reply To: Promo Popup

#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