You appear to be a bot. Output may be restricted
Description
Usage
Akismet::check_key_status( $key, $ip );
Parameters
- $key
- ( mixed ) required –
- $ip
- ( mixed ) optional –
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function check_key_status( $key, $ip = null ) { return self::http_post( Akismet::build_query( array( 'key' => $key, 'blog' => get_option( 'home' ) ) ), 'verify-key', $ip ); }