Options::field_type( array $field = array() )
Parameters
- $field
-
(array) (Optional)
Default value: array()
Return
(false|string) Generate Field Type Input for Dozent Option Panel
Source
File: classes/Options.php
public function field_type( $field = [] ) { ob_start(); include DOZENT_ABSPATH . "views/options/fields/{$field['type']}.php"; return ob_get_clean(); }
Changelog
Version | Description |
---|---|
DozentLMS 1.0.0 | Introduced. |