CodeExplorer auto_check_update_meta example
function akismet_update_comment_history( $comment_id,
$message,
$event = null
) { return Akismet::
update_comment_history( $comment_id,
$message,
$event );
}function akismet_get_comment_history( $comment_id ) { return Akismet::
get_comment_history( $comment_id );
}function akismet_cmp_time( $a,
$b ) { return Akismet::
_cmp_time( $a,
$b );
}function akismet_auto_check_update_meta( $id,
$comment ) { return Akismet::
auto_check_update_meta( $id,
$comment );
}function akismet_auto_check_comment( $commentdata ) { return Akismet::
auto_check_comment( $commentdata );
}function akismet_get_ip_address() { return Akismet::
get_ip_address();
}function akismet_cron_recheck() { return Akismet::
cron_recheck();
}function akismet_add_comment_nonce( $post_id ) {