Uses
Uses | Description |
---|---|
wp-includes/user.php: wp_get_user_contact_methods() | Set up the user contact methods. |
This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
The old private function for setting up user contact methods.
Use wp_get_user_contact_methods() instead.
(string[]) Array of contact method labels keyed by contact method.
File: wp-includes/user.php
function _wp_get_user_contactmethods( $user = null ) { return wp_get_user_contact_methods( $user ); }
Version | Description |
---|---|
2.9.0 | Introduced. |
© 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/_wp_get_user_contactmethods