BP_Button::display()

Output the markup of button.


Description Description


Source Source

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

	public function display() {
		if ( !empty( $this->contents ) )
			echo $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.