Dozent LMS developer documentation

  • Go To DozentLMS.com
Skip to content
Filter by type:
Search
Browse: Home / Classes / MetaBox / MetaBox::field_type()

MetaBox::field_type( $field = array() )


Source

File: classes/MetaBox.php

	public function field_type( $field = array() ) {
		include DOZENT_ABSPATH . "views/metabox/field-types/{$field['type']}.php";
	}

Expand full source code Collapse full source code


Related

Used By

Used By
Used By Description
classes/MetaBox.php: MetaBox::generate_field()
© 2023, Dozent LMS