do_action( ‘personal_options’, WP_User $profile_user )

In this article

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

Parameters

$profile_userWP_User
The current WP_User object.

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

do_action( 'personal_options', $profile_user );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

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