personal_options

动作钩子
do_action( 'personal_options', $profile_user )
参数
  • (WP_User) $profile_user The current WP_User object.
    Required:
定义位置
相关勾子
personal_options_updateprofile_personal_optionspopulate_optionsalloptionspre_option
相关方法
populate_optionsscreen_optionsget_alloptionswp_load_alloptionsexport_date_optionsremove_allowed_options
引入
2.7.0
弃用
-

personal_options”是一个钩子,在显示用户资料的个人选项表格时被调用。它被用来在用户资料的个人选项部分添加额外的表格字段。

在用户编辑屏幕上的“个人选项”设置表末尾触发。

do_action( 'personal_options', $profile_user );

常见问题

FAQs
查看更多 >