WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about personal_options

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/user-edit.php do_action 388 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
int $user_id The user ID.