bbp_get_forum_archive_title

bbp_get_forum_archive_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_archive_title') is found 1 times:

  • /includes/forums/template.php line 418
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_archive_title', $title );
        }
     
    /**
     * Output the content of the forum
     *
     * @since 2.0.0 bbPress (r2780)