Field::custom_attr()
Description #
Sanitized custom attributes of a field.
Source #
File: lib/form/class-field.php
protected function custom_attr() { return $this->get_attr( $this->get( 'attr', array() ) ); }
Expand full source code Collapse full source code View on GitHub: lib/form/class-field.php:534
Add your comment