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.
Parameters Parameters
- $value
-
Array of user contact methods.
- $user
-
WordPress user to get contact methods for.
Source Source
File: bp-templates/bp-nouveau/includes/members/functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |