user_profile_picture_description

过滤钩子
apply_filters( 'user_profile_picture_description', $description, $profile_user )
参数
  • (string) $description The description that will be printed.
    Required:
  • (WP_User) $profile_user The current WP_User object.
    Required:
定义位置
相关勾子
user_profile_update_errorsget_the_post_type_descriptionpre_user_descriptionget_the_archive_descriptionuser_request_action_description
相关方法
get_file_descriptionget_the_author_descriptionget_the_post_type_descriptionget_the_archive_descriptionwp_widget_descriptionwp_sidebar_description
引入
4.7.0
弃用
-

“user_profile_picture_description” – 这是一个过滤器钩子,允许修改用户个人资料中个人资料图片字段的描述文本。

过滤显示在Gravatar下的用户资料图片描述。

echo apply_filters( 'user_profile_picture_description', $description, $profile_user );

常见问题

FAQs
查看更多 >