Filters the given oEmbed HTML to make sure iframes have a title attribute.
comment_flood_message
Filters the comment flood error message.
comment_duplicate_message
Filters duplicate comment error message.
sites_pre_query
Filter the site data before the get_sites query takes place.
Advertisement
WP_Recovery_Mode::redirect_protected
Redirects the current request to allow recovering multiple errors in one go.
WP_Recovery_Mode::store_error
Stores the given error so that the extension causing it is paused.
WP_Recovery_Mode::is_network_plugin
Checks whether the given extension a network activated plugin.
recovery_mode_email_link_ttl
Filter the amount of time the recovery mode email link is valid for.
Advertisement
WP_Recovery_Mode::get_extension_for_error
Gets the extension that the error occurred in.
WP_Recovery_Mode::get_link_ttl
Gets the number of seconds the recovery mode link is valid for.
recovery_mode_email_rate_limit
Filter the rate limit between sending new recovery mode email links.
WP_Recovery_Mode::get_email_rate_limit
Gets the rate limit between sending new recovery mode email links.
Advertisement
WP_Recovery_Mode::handle_cookie
Handles checking for the recovery mode cookie and validating it.
WP_Recovery_Mode::clean_expired_keys
Cleans any recovery mode keys that have expired according to the link TTL.
WP_Recovery_Mode::handle_exit_recovery_mode
Handles a request to exit Recovery Mode.