You appear to be a bot. Output may be restricted
Description
Usage
Akismet::rest_auto_check_comment( $commentdata );
Parameters
- $commentdata
- ( mixed ) required –
Returns
void
Source
File name: akismet/class.akismet.php
Lines:
1 to 3 of 3
public static function rest_auto_check_comment( $commentdata ) { return self::auto_check_comment( $commentdata, 'rest_api' ); }