wip trying to force the acf id that formbuilder will use

This commit is contained in:
asus
2024-03-14 23:28:37 +01:00
parent 70888d384c
commit 9ebce56025
6 changed files with 149 additions and 35 deletions

View File

@@ -100,6 +100,9 @@ class PLGNTLS_class
const ROLE_FIPF = 'fipf';
const ROLE_ADMIN = 'administrator';
// SHORTCODES
const SHORTCODE_CHOOSE_ACF_ID = ['logged_in'=>'logged_in', 'post_creator'=>'post_creator', 'off'=>'off'];
// OTHER
const CARD_RENEW_PERIOD = 31; // int : number of days before expiration when renew card start to be possible
const CARD_VALIDITY_TIME = '1 year'; // string : time of validity of the card (ex: '1 month' or '1 year' or '60 days')