BP_Button::display()
Output the markup of button.
Description
Source
File: bp-core/classes/class-bp-button.php
public function display() {
if ( !empty( $this->contents ) )
echo $this->contents;
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.2.6 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.