delete_old_comments_meta example



function akismet_microtime() {
    return Akismet::_get_microtime();
}

function akismet_delete_old() {
    return Akismet::delete_old_comments();
}

function akismet_delete_old_metadata() { 
    return Akismet::delete_old_comments_meta();
}

function akismet_check_db_comment( $id$recheck_reason = 'recheck_queue' ) {
       return Akismet::check_db_comment( $id$recheck_reason );
}

function akismet_rightnow() {
    if ( !class_exists( 'Akismet_Admin' ) )
        return false;
   
       return Akismet_Admin::rightnow_stats();
}
Home | Imprint | This part of the site doesn't use cookies.