Tribe__Tickets_Plus__Meta__Field__Abstract_Field::get_attributes()
Get field HTML attributes.
This is for the V2 of the fields.
Return
(array) The array containing the field HTML attributes.
Source
File: src/Tribe/Meta/Field/Abstract_Field.php
public function get_attributes() {
return $this->attributes;
}
Changelog
| Version | Description |
|---|---|
| 5.1.0 | Introduced. |