Skip to content

Instantly share code, notes, and snippets.

@Ataurr
Created December 15, 2019 06:31
Show Gist options
  • Save Ataurr/e292f0e1325295d064b077233285a39d to your computer and use it in GitHub Desktop.
Save Ataurr/e292f0e1325295d064b077233285a39d to your computer and use it in GitHub Desktop.
Activate license notice banner disable
add_filter('elementskit/license/hide_banner', function(){
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment