Group::html_order()
Description #
Order of HTML markup.
Source #
File: lib/form/class-group.php
protected function html_order() { $this->output_order = array( 'wrapper_start', 'label', 'field_wrap_start', 'desc', 'errors', 'field_markup', 'field_wrap_end', 'wrapper_end' ); }
Expand full source code Collapse full source code View on GitHub: lib/form/class-group.php:70
Add your comment