bbp_edit_user_contact_methods()

Return user contact methods Selectbox

Description

Return

(string) User contact methods

Source

File: bp-forums/users/template.php

1372
1373
1374
1375
1376
1377
1378
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

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.