Skip to content

Instantly share code, notes, and snippets.

@AertHulsebos
Last active November 9, 2021 12:39
Show Gist options
  • Select an option

  • Save AertHulsebos/d91544071b43065ef2b5b696b6ededff to your computer and use it in GitHub Desktop.

Select an option

Save AertHulsebos/d91544071b43065ef2b5b696b6ededff to your computer and use it in GitHub Desktop.
<?php
/* Force the Cookie Banner, although one is not required */
add_filter( 'cmplz_site_needs_cookiewarning', 'cmplz_force_banner' );
function cmplz_force_banner($required){
return true;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment