wpseek.com
WordPress开发者和主题制作者的搜索引擎



recovery_mode_begin_url › WordPress过滤钩子

Since5.2.0
已弃用n/a
apply_filters( 'recovery_mode_begin_url', $url, $token, $key )
参数: (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
定义在:
文档:

Filters the URL to begin recovery mode.





源码

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