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; }
Changelog Changelog
Version | Description |
---|---|
1.2.6 | Introduced. |