Methods
1 to 30 of 43
- Akismet::_cmp_time() –
- Akismet::_get_microtime() –
- Akismet::add_comment_nonce() –
- Akismet::add_to_jetpack_options_whitelist() – Add the akismet option to the Jetpack options management whitelist.
- Akismet::added_option() – Treat the creation of an API key the same as updating the API key to a new value.
- Akismet::auto_check_update_meta() –
- Akismet::bail_on_activation() –
- Akismet::build_query() – Essentially a copy of WP’s build_query but one that doesn’t expect pre-urlencoded values.
- Akismet::check_db_comment() –
- Akismet::check_key_status() –
- Akismet::comments_match() – Do these two comments, without checking the comment_ID, "match"?
- Akismet::cron_recheck() –
- Akismet::deactivate_key() –
- Akismet::delete_old_comments_meta() – Determines how many days a comment will be left in the Spam queue before being deleted.
- Akismet::delete_orphaned_commentmeta() –
- 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.
- Akismet::fix_scheduled_recheck() –
- Akismet::get_api_key() –
- Akismet::get_comment_history() –
- Akismet::get_ip_address() –
- Akismet::get_last_comment() – See filter documentation in init_hooks().
- Akismet::get_referer() –
- Akismet::get_user_agent() –
- Akismet::get_user_roles() –
- Akismet::http_post() – Make a POST request to the Akismet API.
- Akismet::init_hooks() – Initializes WordPress hooks
- Akismet::init() –
- 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).
- Akismet::last_comment_status() –
- Akismet::log() – Log debugging info to the error log.