admin_email_remind_interval WordPress Filter Hook

This hook is used to schedule when administrator email reminders should be sent out. It accepts two arguments: the interval (in seconds) between emails, and the number of emails to send.

apply_filters( 'admin_email_remind_interval', int $interval ) #

Filters the interval for dismissing the admin email confirmation screen.


Description

If 0 (zero) is returned, the "Remind me later" link will not be displayed.


Top ↑

Parameters

$interval

(int)Interval time (in seconds). Default is 3 days.


Top ↑

Source

File: wp-login.php

View on Trac


Top ↑

Changelog

Changelog
VersionDescription
5.3.1Introduced.

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.