CodeExplorer cron_recheck example
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 ) { return Akismet::
add_comment_nonce( $post_id );
}function akismet_fix_scheduled_recheck() { return Akismet::
fix_scheduled_recheck();
}function akismet_spam_comments() { _deprecated_function( __FUNCTION__, '3.0'
);
return array
();
}