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



recovery_mode_begin_url › Filtr WordPress Hooks

Od5.2.0
Przestarzałyn/a
apply_filters( 'recovery_mode_begin_url', $url, $token, $key )
Parametry: (3)
  • (string) $url The generated recovery mode begin URL.
    Wymagane: Tak
  • (string) $token The token used to identify the key.
    Wymagane: Tak
  • (string) $key The recovery mode key.
    Wymagane: Tak
Zdefiniowane na:
Codex:

Filters the URL to begin recovery mode.





Źródło

return apply_filters( 'recovery_mode_begin_url', $url, $token, $key );