recheck_queue example


function akismet_submit_spam_comment( $comment_id ) {
    return Akismet::submit_spam_comment( $comment_id );
}
function akismet_transition_comment_status( $new_status$old_status$comment ) {
    return Akismet::transition_comment_status( $new_status$old_status$comment );
}
function akismet_spam_count( $type = false ) {
    return Akismet_Admin::get_spam_count( $type );
}
function akismet_recheck_queue() {
    return Akismet_Admin::recheck_queue();
}
function akismet_remove_comment_author_url() {
    return Akismet_Admin::remove_comment_author_url();
}
function akismet_add_comment_author_url() {
    return Akismet_Admin::add_comment_author_url();
}
function akismet_check_server_connectivity() {
    return Akismet_Admin::check_server_connectivity();
}
function akismet_get_server_connectivity( $cache_timeout = 86400 ) {
    
Home | Imprint | This part of the site doesn't use cookies.