Filters the user contact methods.
Parameters
Source
return apply_filters( 'user_contactmethods', $methods, $user );
Changuelog
| Versionen | Description |
|---|---|
| 2.9.0 | Introduced. |
Filters the user contact methods.
return apply_filters( 'user_contactmethods', $methods, $user );
| Versionen | Description |
|---|---|
| 2.9.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
Example migrated from Codex:
Add & remove user contact methods.
Add user contact methods useing OOP.