bp_button( array|string $args = '' )

Create and output a button.


Description Description

See also See also


Top ↑

Parameters Parameters

$args

(Optional) See BP_Button.

Default value: ''


Top ↑

Source Source

File: bp-core/bp-core-template.php

function bp_button( $args = '' ) {
	echo bp_get_button( $args );
}

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.