BP_XProfile_Field::render_admin_form_children()

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


Description Description


Source 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 );
		}
	}

Top ↑

User Contributed Notes User Contributed Notes

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