do_action( 'personal_options', WP_User $profile_user )
Fires at the end of the ‘Personal Options’ settings table on the user editing screen.
Parameters
More Information
Hooks immediately after the “Show toolbar…” option on profile page (if current user). Any HTML output should take into account that this hook occurs within the “Personal Options” <table>
element.
Source
File: wp-admin/user-edit.php
.
View all references
do_action( 'personal_options', $profile_user );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |