Field::add_html( string $html )
Description #
Add HTML markup to property.
Parameters #
- $htmlstring (Required) Html as string.
Source #
File: lib/form/class-field.php
public function add_html( $html ) { $this->html = $this->html . $html; }
Expand full source code Collapse full source code View on GitHub: lib/form/class-field.php:251
Add your comment