add_comment_author_url example


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() {
    return Akismet_Admin::add_comment_author_url();
}
function akismet_check_server_connectivity() {
    return Akismet_Admin::check_server_connectivity();
}
function akismet_get_server_connectivity( $cache_timeout = 86400 ) {
    return Akismet_Admin::get_server_connectivity( $cache_timeout );
}
function akismet_server_connectivity_ok() {
    _deprecated_function( __FUNCTION__, '3.0' );

    return true;
}
Home | Imprint | This part of the site doesn't use cookies.