Skip to content

Instantly share code, notes, and snippets.

@mustardBees
Created September 3, 2018 15:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mustardBees/e9e3805a64c8a211f749f38d7cc5e4cb to your computer and use it in GitHub Desktop.
Save mustardBees/e9e3805a64c8a211f749f38d7cc5e4cb to your computer and use it in GitHub Desktop.
<?php
/**
* Google API key.
*/
function pw_google_api_key() {
return 'KEY';
}
add_filter( 'pw_google_api_key', 'pw_google_api_key' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment