143* The action only fires if the current user is editing their own profile.144*145* @since 2.0.0146*147* @param int$user_id The user ID.148*/149do_action('personal_options_update',$user_id);150}else{151/**152* Fires before the page loads on the 'Edit User' screen.153*154* @since 2.7.0155*
History
Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.