apply_filters( 'bp_nouveau_get_wp_profile_field', array $value, WP_User $user )

Filters the contact methods to be included in the WP Profile fields for a specific user.


Description Description

Provide a chance for plugins to avoid showing the contact methods they’re adding on front end.


Top ↑

Parameters Parameters

$value

(array) Array of user contact methods.

$user

(WP_User) WordPress user to get contact methods for.


Source Source

File: bp-templates/bp-nouveau/includes/members/functions.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.