Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created August 5, 2022 19:31
Show Gist options
  • Save jchristopher/61ca3485437c133becaf6d83e26aa45a to your computer and use it in GitHub Desktop.
Save jchristopher/61ca3485437c133becaf6d83e26aa45a to your computer and use it in GitHub Desktop.
Programmatically define your OrganizeWP license key
<?php
// Programmatically define your OrganizeWP license key.
add_filter( 'organizewp\license\key', function( $key ) {
return '--------------------------------';
} );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment