WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about user_request_key_expiration

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/privacy-tools.php apply_filters 197 /**
* Cleans up failed and expired requests before displaying the list table.
*
* @since 4.9.6
* @access private
*/
wp-includes/user.php apply_filters 4858 /**
* Filters the expiration time of confirm keys.
*
* @since 4.9.6
*
* @param int $expiration The expiration time in seconds.
*/

Hook Parameters

Parameter Type Name Description
int $expiration The expiration time in seconds.