This function has been deprecated. BuddyPress 3.0.0 No longer used in core, but supported for third-party code instead.
bp_get_group_new_topic_button( BP_Groups_Group|bool $group = false )
Return a ‘New Topic’ button for a group.
Description
Parameters
- $group
-
(Optional) The BP Groups_Group object if passed, boolean false if not passed.
Default value: false
Return
(false)
Source
File: bp-core/deprecated/buddypress/3.0.php
function bp_get_group_new_topic_button( $group = false ) { _deprecated_function( __FUNCTION__, '3.0', 'legacy forum support removed' ); return false; }
Changelog
Version | Description |
---|---|
BuddyPress 1.2.7 | 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.