BP_XProfile_Field::render_admin_form_children()

Populates the items for radio buttons, checkboxes, and dropdown boxes.

Description

Source

File: bp-xprofile/classes/class-bp-xprofile-field.php

	public function render_admin_form_children() {
		foreach ( array_keys( bp_xprofile_get_field_types() ) as $field_type ) {
			$type_obj = bp_xprofile_create_field_type( $field_type );
			$type_obj->admin_new_field_html( $this );
		}
	}

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.