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 WP_User
The current WP_User object.

Top ↑

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.


Top ↑

Source

File: wp-admin/user-edit.php. View all references

do_action( 'personal_options', $profile_user );

Top ↑

Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.