最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

User update hook

programmeradmin1浏览0评论

I am using profile_updatehook for user update but it is working only for my own profile. I need hook which works for all users including my own profile. Which hook I should use for this purpose ? Here how I am using this in my theme's functions.php.

add_action( 'profile_update', 'my_profile_update', 10, 2 );

function my_profile_update( $user_id, $old_user_data ) {
    if(is_admin()){

    }
}

与本文相关的文章

发布评论

评论列表(0)

  1. 暂无评论