Methods
1 to 18 of 18
- Akismet::allow_discard() –
- Akismet::append_custom_form_fields() –
- Akismet::auto_check_comment() – Check a comment for spam.
- Akismet::delete_old_comments() –
- 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.
- Akismet::get_akismet_form_fields() –
- Akismet::get_user_comments_approved() –
- Akismet::inject_ak_js() –
- Akismet::inject_custom_form_fields() –
- Akismet::load_form_js_via_filter() – Add the form JavaScript when we detect that a supported form shortcode is being parsed.
- Akismet::load_form_js() –
- Akismet::output_custom_form_fields() –
- Akismet::pre_check_pingback() –
- Akismet::prepare_custom_form_values() – Ensure that any Akismet-added form fields are included in the comment-check call.
- Akismet::recheck_comment() –
- Akismet::sanitize_comment_as_submitted() – Ensure that we are loading expected scalar values from akismet_as_submitted commentmeta.
- Akismet::set_form_js_async() – Mark akismet-frontend.js as deferred. Because nothing depends on it, it can run at any time after it’s loaded, and the browser won’t have to wait for it to load to continue parsing the rest of the page.
- Akismet::update_alert() – Try SSL first; if that fails, try without it and don’t try it again for a while.