wpseek.com
Bazujące na WordPress narzędzie wyszukiwania dla deweloperów i twórców motywów.



recovery_mode_email_link_ttl › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'recovery_mode_email_link_ttl', $valid_for )
Parametry:
  • (int) $valid_for The number of seconds the link is valid for.
    Wymagane: Tak
Zdefiniowane na:
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.





Źródło

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