user_request_key_expiration WordPress Filter Hook

The user_request_key_expiration WordPress hook is triggered when a user requests for their key to expire. It takes two arguments: the user ID and the expiry date.

apply_filters( 'user_request_key_expiration', int $expiration ) #

Filters the expiration time of confirm keys.


Parameters

$expiration

(int)The expiration time in seconds.


Top ↑

Source

File: wp-includes/user.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
4.9.6Introduced.

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.

Show More
Show More