Created
August 5, 2022 19:31
-
-
Save jchristopher/61ca3485437c133becaf6d83e26aa45a to your computer and use it in GitHub Desktop.
Programmatically define your OrganizeWP license key
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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