- added debug function
- fixed issues in acf fields use
This commit is contained in:
@@ -12,6 +12,7 @@ if (!defined('ABSPATH')) {
|
||||
|
||||
|
||||
function handle_prof_is_activ_CIPF($author_id) {
|
||||
PLGNTLS_class::debug_infos();
|
||||
$acf_prof_is_activ = PLGNTLS_class::ACF_PROF_IS_ACTIV;
|
||||
$slug_wait_activation = PLGNTLS_class::SLUG_PROF_INACTIV;
|
||||
|
||||
@@ -68,6 +69,7 @@ function handle_prof_is_activ_CIPF($author_id) {
|
||||
*
|
||||
*/
|
||||
function show_prof_paiement_messages_CIPF($user_id) {
|
||||
PLGNTLS_class::debug_infos();
|
||||
$acf_prof_is_activ = PLGNTLS_class::ACF_PROF_IS_ACTIV;
|
||||
$meta_payement_status = PLGNTLS_class::META_PAYEMENT_STATUS;
|
||||
|
||||
@@ -105,6 +107,7 @@ function show_prof_paiement_messages_CIPF($user_id) {
|
||||
*
|
||||
*/
|
||||
function check_prof_page_CIPF() {
|
||||
PLGNTLS_class::debug_infos();
|
||||
// is an author page
|
||||
if (!is_author())
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user