bp_button( array|string $args = '' )
Create and output a button.
Description Description
See also See also
Parameters Parameters
- $args
-
(Optional) See BP_Button.
Default value: ''
Source Source
File: bp-core/bp-core-template.php
function bp_button( $args = '' ) {
echo bp_get_button( $args );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.2.6 | Introduced. |