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



recovery_mode_begin_url › WordPress Filter Hooks

Since5.2.0
Deprecatedn/a
apply_filters( 'recovery_mode_begin_url', $url, $token, $key )
Parameters: (3)
  • (string) $url The generated recovery mode begin URL.
    Required: Yes
  • (string) $token The token used to identify the key.
    Required: Yes
  • (string) $key The recovery mode key.
    Required: Yes
Defined at:
Codex:

Filters the URL to begin recovery mode.





Source

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