Skip to content

Instantly share code, notes, and snippets.

@mattonomics
Created December 13, 2012 18:01
Show Gist options
  • Save mattonomics/4278343 to your computer and use it in GitHub Desktop.
Save mattonomics/4278343 to your computer and use it in GitHub Desktop.
<?php
function get_api_key($key) {
global $API_Key_Manager;
return $API_Ket_Manager->get_key($key);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment