You appear to be a bot. Output may be restricted
Description
Usage
Akismet::get_api_key();
Parameters
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function get_api_key() { return apply_filters( 'akismet_get_api_key', defined('WPCOM_API_KEY') ? constant('WPCOM_API_KEY') : get_option('wordpress_api_key') ); }