wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



recovery_mode_email_link_ttl › WordPress Filter Hooks

Seit5.2.0
Veraltetn/v
apply_filters( 'recovery_mode_email_link_ttl', $valid_for )
Parameter:
  • (int) $valid_for The number of seconds the link is valid for.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the amount of time the recovery mode email link is valid for.

The ttl must be at least as long as the email rate limit.





Quellcode

$valid_for = apply_filters( 'recovery_mode_email_link_ttl', $valid_for );