user_profile_action_update_user
See example code below function user_profile_action_update_user($user_id, $args){ // code here update profile edit update. } add_action(‘user_profile_action_update_user’,’user_profile_action_update_user’, 90, 2);
See example code below function user_profile_action_update_user($user_id, $args){ // code here update profile edit update. } add_action(‘user_profile_action_update_user’,’user_profile_action_update_user’, 90, 2);
See example code below function user_profile_action_feed_post_bottom($post_id){ ?> Your HTML here <?php } add_action(‘user_profile_action_feed_post_bottom’,’user_profile_action_feed_post_bottom’);
See example code below function user_profile_action_feed_post_top($post_id){ ?> Your HTML here <?php } add_action(‘user_profile_action_feed_post_top’,’user_profile_action_feed_post_top’);