gpt4 book ai didi

更新用户之前的wordpress钩子(Hook)

转载 作者:行者123 更新时间:2023-12-02 03:12:17 24 4
gpt4 key购买 nike

我在管理员端的用户配置文件上有一个自定义字段。
我希望能够检查此自定义字段的值并在某些情况下显示一条消息。
我查看了 wordpress 文档,阅读了 profile_update 钩子(Hook),但它在更新后触发。
除此之外,我想知道如何显示一条消息。
谢谢你的帮助。

最佳答案

好的,所以我使用以下钩子(Hook)添加字段

add_action( 'show_user_profile', 'add_custom_user_profile_fields' );
add_action( 'edit_user_profile', 'fb_add_custom_user_profile_fields' );

并在更新前检查
add_action( 'personal_options_update', 'save_custom_user_profile_fields' );
add_action( 'edit_user_profile_update', 'save_custom_user_profile_fields' );

关于更新用户之前的wordpress钩子(Hook),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39245387/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com