bbp_edit_user_contact_methods

bbp_edit_user_contact_methods

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_edit_user_contact_methods') is found 1 times:

  • /includes/users/template.php line 1604
    1600
    1601
    1602
    1603
    1604
    1605
    1606
    1607
    1608
    1609
    1610
        // Get the core WordPress contact methods
        $contact_methods = wp_get_user_contact_methods( bbpress()->displayed_user );
     
        // Filter & return
        return (array) apply_filters( 'bbp_edit_user_contact_methods', $contact_methods );
    }
     
    /**
     * Output the language chooser (for user edit)
     *
     * @since 2.6.0 bbPress (r6488)