wpseek.com
A WordPress-centric search engine for devs and theme authors



recovery_mode_cookie_length › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS )
Parameters:
  • (int) $length Length in seconds.
    Required: Yes
Defined at:
Codex:

Filters the length of time a Recovery Mode cookie is valid for.





Source

$length = apply_filters( 'recovery_mode_cookie_length', WEEK_IN_SECONDS );