Definition:
function akismet_get_key() {}
Source code
function akismet_get_key() { global $wpcom_api_key; if ( !empty($wpcom_api_key) ) return $wpcom_api_key; return get_option('wordpress_api_key'); }
451
February 11, 2011 by Thorsten
0 Comments
Definition:
function akismet_get_key() {}
function akismet_get_key() { global $wpcom_api_key; if ( !empty($wpcom_api_key) ) return $wpcom_api_key; return get_option('wordpress_api_key'); }
451
No comments yet... Be the first to leave a reply!