bbp_edit_user_contact_methods()
Return user contact methods Selectbox
Description
Return
(string) User contact methods
Source
File: bp-forums/users/template.php
function bbp_edit_user_contact_methods() {
// Get the core WordPress contact methods
$contact_methods = _wp_get_user_contactmethods( bbpress()->displayed_user );
return apply_filters( 'bbp_edit_user_contact_methods', $contact_methods );
}
Changelog
| Version | Description |
|---|---|
| bbPress (r2688) | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.