Popup Limit - Once every 2 weeks

Hi,

I’m designing a popup for a mailing list signup form. I would like a ‘cool-off’ of 2 weeks but can’t figure that out from the popup settings. I’ve looked at the popup docs but none of these options seem like they would do it. Another option would be every 5th session, can you do something like every 0.2 sessions? Difficult to test this so thought I’d be best asking as this can’t be that uncommon a setting.

Cheers!

Still hoping for a solution to this if anyone has an idea?

I’ve got an idea but it’s probably overkill, just can’t think of anything else rn that would be reliable. Also have never tried this but might be worth a shot.

The basic idea is to have a cron job in WordPress that runs every 2 weeks, updating the value of an acf field based on which the popup would show. I guess we’d need a second cronjob to set the field to false again after a day or two.

The quickest way to test would probably be to use somehting like WP Crontrol – WordPress plugin | WordPress.org

Never used it but I assume/hope you can add a simple php function to update the field value.