bbp_shortcodes
bbp_shortcodes
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_shortcodes') is found 1 times:
- /includes/common/shortcodes.php line 51
*/ private function setup_globals() { // Setup the shortcodes $this->codes = apply_filters( 'bbp_shortcodes', array( /** Forums ********************************************************/ 'bbp-forum-index' => array( $this, 'display_forum_index' ), // Forum Index 'bbp-forum-form' => array( $this, 'display_forum_form' ), // Topic form 'bbp-single-forum' => array( $this, 'display_forum' ), // Specific forum - pass an 'id' attribute