Guest User

Untitled

a guest
Nov 14th, 2018
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. <?php
  2.  
  3. /**
  4. * Add this file to `wp-content/mu-plugins/`
  5. */
  6.  
  7. add_filter( 'igp_google_maps_api_key', 'my_igp_google_maps_api_key' );
  8. function my_igp_google_maps_api_key( $key ) {
  9. return 'XXXXXX'; // replace with your key
  10. }
Add Comment
Please, Sign In to add comment