You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to make sure the shortcode pool is not exhausted, shortcodes should expire. I'm not sure what the best option would be for the expiration condition.
Here are some I've come up with so far
after some time period (e.g. 24 hours)
after the shortcoded URL has not been accessed for X amount of time
wipe all shortcodes every X hours
I want it to be possible for some shortcodes to be permanent when a special key is passed as a POST parameter.
The text was updated successfully, but these errors were encountered:
In order to make sure the shortcode pool is not exhausted, shortcodes should expire. I'm not sure what the best option would be for the expiration condition.
Here are some I've come up with so far
I want it to be possible for some shortcodes to be permanent when a special key is passed as a POST parameter.
The text was updated successfully, but these errors were encountered: