Axeptio
gTag
Welcome to Axeptio WordPress demo
Axeptio WordPress plugin
// Surface de CMP
openAxeptioCookies();
Check WP consent API
//basic implementation of consent check:
if (wp_has_consent('marketing')){
console.log("set marketing stuff now!");
} else {
console.log("No marketing stuff please!");
}