rightnow_stats example

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();
}

function akismet_admin_init() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
function akismet_version_warning() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
function akismet_load_js_and_css() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
Home | Imprint | This part of the site doesn't use cookies.