transition_comment_status example


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 ) {
    return Akismet_Admin::get_spam_count( $type );
}
function akismet_recheck_queue() {
    return Akismet_Admin::recheck_queue();
}
function akismet_remove_comment_author_url() {
    return Akismet_Admin::remove_comment_author_url();
}
function akismet_add_comment_author_url() {
    
Home | Imprint | This part of the site doesn't use cookies.