You appear to be a bot. Output may be restricted
Description
Usage
Akismet::predefined_api_key();
Parameters
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 7 of 7
public static function predefined_api_key() { if ( defined( 'WPCOM_API_KEY' ) ) { return true; } return apply_filters( 'akismet_predefined_api_key', false ); }