The old private function for setting up user contact methods.
Use wp_get_user_contact_methods() instead.
function _wp_get_user_contactmethods( $user = null ) {
return wp_get_user_contact_methods( $user );
}
| Version | Description |
|---|---|
| 2.9.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_get_user_contactmethods