WP_HTML_Tag_Processor::__toString() – Returns the string representation of the HTML Tag Processor.

You appear to be a bot. Output may be restricted

Description

Returns the string representation of the HTML Tag Processor.

Usage

$string = WP_HTML_Tag_Processor::__toString();

Parameters

Returns

string The processed HTML.

Source

File name: wordpress/wp-includes/html-api/class-wp-html-tag-processor.php


Lines:

1 to 4 of 4
  public function __toString() {
    return $this->get_updated_html();
  }
 

 View on GitHub View on Trac