bp_legacy_theme_group_create_button( string $title )

Add the Create a Group button to the Groups directory title.


Description Description

The bp-legacy puts the Create a Group button into the page title, to mimic the behavior of bp-default.


Parameters Parameters

$title

(Required) Groups directory title.


Top ↑

Return Return

(string)


Top ↑

Source Source

File: bp-templates/bp-legacy/buddypress-functions.php

function bp_legacy_theme_group_create_button( $title ) {
	return $title . ' ' . bp_get_group_create_button();
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.