new update for readonly_acf field with better solution

This commit is contained in:
asus
2024-04-20 14:57:10 +02:00
parent f2bcc51ec0
commit 6bbedf52cb
3 changed files with 72 additions and 207 deletions

View File

@@ -4,7 +4,7 @@ Plugin Name: hggg_cipf
Plugin URI:
Description:
Author: hugogogo
Version: 0.5.10
Version: 0.5.10.1
Author URI:
*/
@@ -97,6 +97,7 @@ class Cipf {
const ACF_PARTNER_OFFER_1_OUTPUT = ['_name'=>'afficher_offre_1', 'show'=>'Afficher', 'hide'=>'Masquer'];
const ACF_PARTNER_OFFER_2_OUTPUT = ['_name'=>'afficher_offre_2', 'show'=>'Afficher', 'hide'=>'Masquer'];
const ACF_PARTNER_OFFER_3_OUTPUT = ['_name'=>'afficher_offre_3', 'show'=>'Afficher', 'hide'=>'Masquer'];
const ACF_READONLY_CLASS = 'readonly_acf';
// META
const META_PAYEMENT_STATUS = 'cipf_payement_status';