Akismet_Admin::exclude_commentmeta_from_export() – Some commentmeta isn’t useful in an export file. Suppress it (when supported).
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::load_form_js_via_filter() – Add the form JavaScript when we detect that a supported form shortcode is being parsed.
Akismet::prepare_custom_form_values() – Ensure that any Akismet-added form fields are included in the comment-check call.
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.
Featured_Content::hide_featured_term() – Hide featured tag from displaying when global terms are queried from the front end.
Featured_Content::hide_the_featured_term() – Hide featured tag from display when terms associated with a post object are queried from the front end.