Action hook 'personal_options'

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

Description

Fires at the end of the 'Personal Options' settings table on the user editing screen.

Occurrences

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

Parameters

Type Name Description
WP_User $profile_user The current WP_User object.

PHP Doc

/**
					 * Fires at the end of the 'Personal Options' settings table on the user editing screen.
					 *
					 * @since 2.7.0
					 *
					 * @param WP_User $profile_user The current WP_User object.
					 */