BP_Core_HTML_Element::contents()

Returns full contents of HTML element.


Description Description


Return Return

(string)


Top ↑

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;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.