|
Post Expiration Date
Another protection available is to add an expiration date for a specific PP using the command GPP_PROTECT_BY_DATE <DD> <MM> <YYYY> or GPP_PROTECT_BY_DATE_US <MM> <DD> <YYYY>. It is possible to add multiple expiration dates – the earliest one counts.
Examples
GPP_PROTECT_BY_DATE 31 12 2020; // Expiration date for this post
GPP_PROTECT_BY_DATE_US 12 31 2020; // Expiration date for this post
|