/home/techb158/l2hypotheques.com/wp-content/plugins/complianz-gdpr
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/complianz-gdpr/class-export.php (1524B)
cmplz_get_cookiebanners(array('ID'=>$banner_id)),
);
} else {
$args = array(
'settings' => $settings,
'banners' => cmplz_get_cookiebanners(),
);
}
$json = json_encode($args);
$json = $json . '#--COMPLIANZ--#';
ob_clean();
header( 'Content-disposition: attachment; filename=complianz-export.json' );
header( 'Content-type: application/json' );
echo $json;
ob_end_flush();
die();
}
}
}
}