Action hook 'edit_user_profile'

in WP Core File wp-admin/user-edit.php at line 885

Description

Fires after the 'About the User' settings table on the 'Edit User' screen.

Occurrences

Filename Line Number
wp-admin/user-edit.php 885

Parameters

Type Name Description
WP_User $profile_user The current WP_User object.

PHP Doc

/**
						 * Fires after the 'About the User' settings table on the 'Edit User' screen.
						 *
						 * @since 2.0.0
						 *
						 * @param WP_User $profile_user The current WP_User object.
						 */