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



show_password_fields › WordPress过滤钩子

Since4.4.0
已弃用n/a
apply_filters( 'show_password_fields', true, $profile_user )
参数: (2)
  • (bool) $show Whether to show the password fields. Default true.
    Required: Yes
  • (WP_User) $profile_user User object for the current user to edit.
    Required: Yes
定义在:
文档:

Filters the display of the password fields.





源码

$show_password_fields = apply_filters( 'show_password_fields', true, $profile_user );