bp_xprofile_admin_get_signup_field( BP_XProfile_Field $signup_field, object $field_group = null, string $class = '', bool $echo = false )

Handles the WYSIWYG display of signup profile fields on the edit screen.


Description Description


Parameters Parameters

$signup_field

(Required) The field to use into the signup form.

$field_group

(Optional) The real field group object.

Default value: null

$class

(Optional) Classes to append to output.

Default value: ''

$echo

(Optional) Whether to return or display the HTML output.

Default value: false


Top ↑

Return Return

(string) The HTML output.


Top ↑

Source Source

File: bp-xprofile/bp-xprofile-admin.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
8.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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