bbp_get_forum_title

bbp_get_forum_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_title') is found 1 times:

  • /includes/forums/template.php line 378
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
            $forum_id = bbp_get_forum_id( $forum_id );
            $title    = get_the_title( $forum_id );
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_title', $title, $forum_id );
        }
     
    /**
     * Output the forum archive title
     *
     * @since 2.0.0 bbPress (r3249)