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.
Source Source
File: bp-templates/bp-nouveau/includes/functions.php
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |