Home New Guten Forums WoodMart support forum Show popup promo again after 4 hours

Show popup promo again after 4 hours

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #661593

    assistenza-2230
    Participant

    Is it possible to show the promo popup again after 4 hours from when it was closed?

    Thanks

    #661627

    Luke Nielsen
    Keymaster

    Hello,

    Sorry, but there is no way directly configure hours or minutes, unfortunately.

    add_filter(
    	'woodmart_promo_version_cookie_expires',
    	function() {
    		return 1;
    	}
    );

    The above code shows the popup once per day.

    Kind Regards

Viewing 2 posts - 1 through 2 (of 2 total)