wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



recovery_mode_begin_url › Les Filtres WordPress

Depuis5.2.0
Dépréciéen/a
apply_filters( 'recovery_mode_begin_url', $url, $token, $key )
Paramètres: (3)
  • (string) $url The generated recovery mode begin URL.
    Requis: Oui
  • (string) $token The token used to identify the key.
    Requis: Oui
  • (string) $key The recovery mode key.
    Requis: Oui
Défini(e) dans:
Codex:

Filters the URL to begin recovery mode.





Source

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