Field::wrapper_end()
Description #
Form field wrapper end.
Source #
File: lib/form/class-field.php
protected function wrapper_end() { if ( false !== $this->get( 'wrapper', array() ) ) { $this->add_html( '</div>' ); } }
Expand full source code Collapse full source code View on GitHub: lib/form/class-field.php:497
Add your comment