Home New Guten › Forums › WoodMart support forum › Show popup promo again after 4 hours Show popup promo again after 4 hours This topic has 1 reply, 2 voices, and was last updated 3 months ago by Luke Nielsen. Viewing 2 posts - 1 through 2 (of 2 total) Author Posts May 19, 2025 at 12:44 pm #661593 assistenza-2230Participant Is it possible to show the promo popup again after 4 hours from when it was closed? Thanks May 19, 2025 at 2:28 pm #661627 Luke NielsenKeymaster 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 Author Posts Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in to create new topics. Login / Register