changed all instances of fipf to cipf

This commit is contained in:
asus
2024-03-07 22:32:50 +01:00
parent f870f77a2c
commit be79310404
18 changed files with 170 additions and 92 deletions

View File

@@ -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)
{

View File

@@ -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)