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



resetpass_form › WordPress动作钩子

Since3.9.0
已弃用n/a
do_action( 'resetpass_form', $user )
参数:
  • (WP_User) $user User object of the user whose password is being reset.
    Required: Yes
定义在:
文档:

Fires following the 'Strength indicator' meter in the user password reset form.





源码

do_action( 'resetpass_form', $user );