You appear to be a bot. Output may be restricted
Description
Usage
akismet_auto_check_comment( $commentdata );
Parameters
- $commentdata
- ( mixed ) required –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 4 of 4
function akismet_auto_check_comment( $commentdata ) { return Akismet::auto_check_comment( $commentdata ); }