Akismet_Admin::erase_personal_data() – When a user requests that their personal data be removed, Akismet has a duty to discard any personal data we store outside of the comment itself. Right now, that is limited to the copy of the comment we store in the akismet_as_submitted commentmeta.
Akismet_Admin::modify_plugin_description() – When Akismet is active, remove the "Activate Akismet" step from the plugin description.
Akismet::delete_old_comments_meta() – Determines how many days a comment will be left in the Spam queue before being deleted.
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::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.
Twenty_Twenty_One_Dark_Mode::admin_body_classes() – Adds a class to the <body> element in the editor to accommodate dark-mode.
Twenty_Twenty_One_Dark_Mode::customize_controls_enqueue_scripts() – Enqueue scripts for the customizer.
Twenty_Twenty_One_Dark_Mode::editor_custom_color_variables() – Editor custom color variables & scripts.
Twenty_Twenty_One_Dark_Mode::switch_should_render() – Determine if we want to print the dark-mode switch or not.
twentynineteen_discussion_avatars_list() – Displays a list of avatars involved in a discussion for a given post.
twentynineteen_get_discussion_data() – Returns information about the current post’s discussion, with cache support.