Repeatable::html_order()
Description #
Html order for a field.
Source #
File: lib/form/class-repeatable.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-repeatable.php:132
Add your comment