Filters the length of time a Recovery Mode cookie is valid for.
Parameters
$length
int- Length in seconds.
Source
$length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS );
Changelog
Version | Description |
---|---|
5.2.0 | Introduced. |
Filters the length of time a Recovery Mode cookie is valid for.
$length
int$length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS );
Version | Description |
---|---|
5.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.