Fires at the end of the 'Personal Options' settings table on the user editing screen.
$profile_userWP_Userwp-admin/user-edit.php:433file scope * Fires at the end of the 'Personal Options' settings table on the user editing screen. * * @since 2.7.0 * * @param WP_User $profile_user The current WP_User object. */ do_action( 'personal_options', $profile_user ); ?> </table> <?php if ( IS_PROFILE_PAGE ) { /**Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.