BP_Button::contents()

Return the markup for the generated button.


Description Description


Return Return

(string) Button markup.


Top ↑

Source Source

File: bp-core/classes/class-bp-button.php

	public function contents() {
		return $this->contents;
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.2.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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