You appear to be a bot. Output may be restricted
Description
Usage
akismet_auto_check_update_meta( $id, $comment );
Parameters
- $id
- ( mixed ) required –
- $comment
- ( mixed ) required –
Returns
void
Source
File name: akismet/wrapper.php
Lines:
1 to 3 of 3
function akismet_auto_check_update_meta( $id, $comment ) { return Akismet::auto_check_update_meta( $id, $comment ); }