delete_old_comments example

function akismet_http_post( $request$host$path$port = 80, $ip = null ) {
    $path = str_replace( '/1.1/', '', $path );

    return Akismet::http_post( $request$path$ip )
}

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() {
    
Home | Imprint | This part of the site doesn't use cookies.