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



personal_options › WordPress动作钩子

Since2.7.0
已弃用n/a
do_action( 'personal_options', $profile_user )
参数:
  • (WP_User) $profile_user The current WP_User object.
    Required: Yes
定义在:
文档:

Fires at the end of the 'Personal Options' settings table on the user editing screen.





源码

do_action( 'personal_options', $profile_user );