Lines:
1 to 67 of 67
<?php /* class Akismet */ /* function Akismet::init() – */ /* function Akismet::init_hooks() – Initializes WordPress hooks */ /* function Akismet::get_api_key() – */ /* function Akismet::check_key_status() – */ /* function Akismet::verify_key() – */ /* function Akismet::deactivate_key() – */ /* function Akismet::add_to_jetpack_options_whitelist() – Add the akismet option to the Jetpack options management whitelist. */ /* function Akismet::updated_option() – When the akismet option is updated, run the registration call. */ /* function Akismet::added_option() – Treat the creation of an API key the same as updating the API key to a new value. */ /* function Akismet::rest_auto_check_comment() – */ /* function Akismet::auto_check_comment() – Check a comment for spam. */ /* function Akismet::get_last_comment() – See filter documentation in init_hooks(). */ /* function Akismet::set_last_comment() – */ /* function Akismet::auto_check_update_meta() – */ /* function Akismet::delete_old_comments() – */ /* function Akismet::delete_old_comments_meta() – Determines how many days a comment will be left in the Spam queue before being deleted. */ /* function Akismet::delete_orphaned_commentmeta() – */ /* function Akismet::get_user_comments_approved() – */ /* function Akismet::get_comment_history() – */ /* function Akismet::update_comment_history() – Log an event for a given comment, storing it in comment_meta. */ /* function Akismet::check_db_comment() – */ /* function Akismet::recheck_comment() – */ /* function Akismet::transition_comment_status() – */ /* function Akismet::submit_spam_comment() – */ /* function Akismet::submit_nonspam_comment() – */ /* function Akismet::cron_recheck() – */ /* function Akismet::fix_scheduled_recheck() – */ /* function Akismet::add_comment_nonce() – */ /* function Akismet::is_test_mode() – To disable the Akismet comment nonce, add a filter for the ‘akismet_comment_nonce’ tag and return any string value that is not ‘true’ or ” (empty string). */ /* function Akismet::allow_discard() – */ /* function Akismet::get_ip_address() – */ /* function Akismet::comments_match() – Do these two comments, without checking the comment_ID, "match"? */ /* function Akismet::matches_last_comment() – */ /* function Akismet::get_user_agent() – */ /* function Akismet::get_referer() – */ /* function Akismet::get_user_roles() – */ /* function Akismet::last_comment_status() – */ /* function Akismet::disable_moderation_emails_if_unreachable() – If Akismet is temporarily unreachable, we don’t want to "spam" the blogger with moderation emails for comments that will be automatically cleared or spammed on the next retry. */ /* function Akismet::_cmp_time() – */ /* function Akismet::_get_microtime() – */ /* function Akismet::http_post() – Make a POST request to the Akismet API. */ /* function Akismet::update_alert() – Try SSL first; if that fails, try without it and don’t try it again for a while. */ /* function Akismet::set_form_js_async() – */ /* function Akismet::get_akismet_form_fields() – */ /* function Akismet::output_custom_form_fields() – */ /* function Akismet::inject_custom_form_fields() – */ /* function Akismet::append_custom_form_fields() – */ /* function Akismet::prepare_custom_form_values() – Ensure that any Akismet-added form fields are included in the comment-check call. */ /* function Akismet::bail_on_activation() – */ /* function Akismet::view() – */ /* function Akismet::plugin_activation() – Attached to activate_{ plugin_basename( __FILES__ ) } by register_activation_hook() */ /* function Akismet::plugin_deactivation() – Removes all connection options */ /* function Akismet::build_query() – Essentially a copy of WP’s build_query but one that doesn’t expect pre-urlencoded values. */ /* function Akismet::log() – Log debugging info to the error log. */ /* function Akismet::pre_check_pingback() – */ /* function Akismet::sanitize_comment_as_submitted() – Ensure that we are loading expected scalar values from akismet_as_submitted commentmeta. */ /* function Akismet::predefined_api_key() – */ /* function Akismet::display_comment_form_privacy_notice() – Controls the display of a privacy related notice underneath the comment form using the `akismet_comment_form_privacy_notice` option and filter respectively. */ /* function Akismet::load_form_js() – */ /* function Akismet::load_form_js_via_filter */