apply_filters( 'bp_nouveau_get_signup_fields', array $value )

Filter to add your specific ‘text’ or ‘password’ inputs


Description Description

If you need to use other types of field, please use the do_action( ‘bp_account_details_fields’ ) or do_action( ‘blog_details’ ) hooks instead.


Parameters Parameters

$value

The list of fields organized into sections.


Top ↑

Source Source

File: bp-templates/bp-nouveau/includes/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.