Fires after the 'Personal Options' settings table on the 'Profile' editing screen.
$profile_userWP_Userwp-admin/user-edit.php:448file scope * The action only fires if the current user is editing their own profile. * * @since 2.0.0 * * @param WP_User $profile_user The current WP_User object. */ do_action( 'profile_personal_options', $profile_user ); } ?> <h2><?php _e( 'Name' ); ?></h2> <table class="form-table" role="presentation">Introduced in 2.0.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.