Field::add_html( string $html )

Description #

Add HTML markup to property.

Parameters #

  • $html
    string (Required) Html as string.

Source #

File: lib/form/class-field.php

	public function add_html( $html ) {
		$this->html = $this->html . $html;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment