Codex

Interested in functions, hooks, classes, or methods? Check out the new WordPress Code Reference!

Plugin API/Action Reference/personal options

This page redirects to an external site: https://developer.wordpress.org/reference/hooks/personal_options/


Description

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.

Parameters

$user
(object) (optional) The WP_User object of the user being edited.
Default: None

Example

Source File

The personal_options hook is located in /wp-admin/user-edit.php

Related

Return to Plugin API/Action Reference