changed all instances of fipf to cipf
This commit is contained in:
@@ -12,7 +12,7 @@ if (!defined('ABSPATH')) {
|
||||
https://stackify.com/how-to-log-to-console-in-php/
|
||||
*/
|
||||
function console_log(...$outputs) {
|
||||
if (FIPFCARD_CONSOLE_OFF)
|
||||
if (CIPF_CONSOLE_OFF)
|
||||
return;
|
||||
foreach($outputs as $output)
|
||||
{
|
||||
|
||||
@@ -69,6 +69,7 @@ class PLGNTLS_class
|
||||
const CARD_VALIDITY_TIME = '1 year'; // string : time of validity of the card (ex: '1 month' or '1 year' or '60 days')
|
||||
|
||||
CONST SLUG_PROF_INACTIV = 'validation-en-cours';
|
||||
CONST SLUG_RENEW_CARD = 'commande';
|
||||
|
||||
CONST USER_INFO_DATE_FORMAT = 'd/m/Y'; // for user_infos.php (date format : https://www.php.net/manual/fr/datetime.format.php)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user