profile_personal_options, $profile_user

profile_personal_options, $profile_user

Appears in:
Hook Type: action

See hook in core

Displaying hooks found in version: 7.0.3

do_action('profile_personal_options, $profile_user') is found 1 times:

  • /wp-admin/user-edit.php line 437
    					 * @since 2.0.0
    					 *
    					 * @param WP_User $profile_user The current WP_User object.
    					 */
    					do_action( 'profile_personal_options', $profile_user );
    				}
    				?>
    
    				<h2><?php _e( 'Name' ); ?></h2>
    
    				<table class="form-table" role="presentation">