bbp_get_topic_archive_title

bbp_get_topic_archive_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_archive_title') is found 1 times:

  • /includes/topics/template.php line 646
    642
    643
    644
    645
    646
    647
    648
    649
    650
    651
    652
                }
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_archive_title', $title );
        }
     
    /**
     * Output the content of the topic
     *
     * @since 2.0.0 bbPress (r2780)