Description
Filters the user contact methods.
Occurrences
Filename | Line Number |
---|---|
wp-includes/user.php | 2875 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $methods | Array of contact method labels keyed by contact method. |
WP_User|null | $user | WP_User object or null if none was provided. |
PHP Doc
/**
* Filters the user contact methods.
*
* @since 2.9.0
*
* @param string[] $methods Array of contact method labels keyed by contact method.
* @param WP_User|null $user WP_User object or null if none was provided.
*/