recovery_mode_email_rate_limit WordPress Filter Hook

The recovery_mode_email_rate_limit hook allows you to set the number of emails that can be sent per hour while in recovery mode. This can be useful if you want to limit the number of emails that are sent out during a time of increased activity on your site.

apply_filters( 'recovery_mode_email_rate_limit', int $rate_limit ) #

Filters the rate limit between sending new recovery mode email links.


Parameters

$rate_limit

(int)Time to wait in seconds. Defaults to 1 day.


Top ↑

Source

File: wp-includes/class-wp-recovery-mode.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.2.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.