Description
Filters the length of time a Recovery Mode cookie is valid for.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-recovery-mode-cookie-service.php | 46 |
wp-includes/class-wp-recovery-mode-cookie-service.php | 99 |
Parameters
Type | Name | Description |
---|---|---|
int | $length | Length in seconds. |
PHP Doc
/**
* Filters the length of time a Recovery Mode cookie is valid for.
*
* @since 5.2.0
*
* @param int $length Length in seconds.
*/