BP_Core_HTML_Element::contents()
Returns full contents of HTML element.
Description Description
Return Return
(string)
Source Source
File: bp-core/classes/class-bp-core-html-element.php
public function contents() { return $this->open_tag . $this->inner_html . $this->close_tag; }
Changelog Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |