dashboard_stats example


function akismet_plugin_action_links( $links$file ) {
    return Akismet_Admin::plugin_action_links( $links$file );
}
function akismet_conf() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
function akismet_stats_display() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
function akismet_stats() {
    return Akismet_Admin::dashboard_stats();
}
function akismet_admin_warnings() {
    _deprecated_function( __FUNCTION__, '3.0' );
}
function akismet_comment_row_action( $a$comment ) {
    return Akismet_Admin::comment_row_actions( $a$comment );
}
function akismet_comment_status_meta_box( $comment ) {
    return Akismet_Admin::comment_status_meta_box( $comment );
}
function akismet_comments_columns( $columns ) {
    
Home | Imprint | This part of the site doesn't use cookies.