CodeExplorer check_for_spam_button example
function akismet_comment_column_row( $column,
$comment_id ) { _deprecated_function( __FUNCTION__, '3.0'
);
}function akismet_text_add_link_callback( $m ) { return Akismet_Admin::
text_add_link_callback( $m );
}function akismet_text_add_link_class( $comment_text ) { return Akismet_Admin::
text_add_link_class( $comment_text );
}function akismet_check_for_spam_button( $comment_status ) { return Akismet_Admin::
check_for_spam_button( $comment_status );
}function akismet_submit_nonspam_comment( $comment_id ) { return Akismet::
submit_nonspam_comment( $comment_id );
}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
) {