Returns the string representation of the HTML Tag Processor.
Description
See also
Source
public function __toString(): string {
return $this->get_updated_html();
}
Changelog
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |
Returns the string representation of the HTML Tag Processor.
public function __toString(): string {
return $this->get_updated_html();
}
| Version | Description |
|---|---|
| 6.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.