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.


Top ↑

Source Source

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


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.