Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created January 15, 2016 02:19
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jchristopher/6fb39ef9b867022feb9f to your computer and use it in GitHub Desktop.
Save jchristopher/6fb39ef9b867022feb9f to your computer and use it in GitHub Desktop.
Programmatically tell SearchWP your license key without having to enter it into the license key field
<?php
add_filter( 'searchwp_license_key', function(){
return 'MJqNKfmhT3gVG6kpeyjXvM'; // your license key (found on your payment receipt)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment