- added debug function
- fixed issues in acf fields use
This commit is contained in:
@@ -14,6 +14,7 @@ if (!defined('ABSPATH')) {
|
||||
*
|
||||
*/
|
||||
function add_partenaires_PLGNTLS($customer_data){
|
||||
PLGNTLS_class::debug_infos();
|
||||
$current_url = $_SERVER['HTTP_REFERER']; // not reliable to use referer, TODO: find another solution
|
||||
$path_brut = parse_url($current_url, PHP_URL_PATH);
|
||||
$path = trim($path_brut, '/');
|
||||
|
||||
Reference in New Issue
Block a user