do_action( 'personal_options', WP_User $profile_user )

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


Parameters

$profile_user

The current WP_User object.


Source

File: wp-admin/user-edit.php

View on GitHub


Changelog

Changelog
Version Description
2.7.0 Introduced.