bbp_topic_widget_title

bbp_topic_widget_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_topic_widget_title') is found 1 times:

  • /includes/common/widgets.php line 684
    680
    681
    682
    683
    684
    685
    686
    687
    688
    689
    690
    // Typical WordPress filter
    $settings['title'] = apply_filters( 'widget_title',           $settings['title'], $instance, $this->id_base );
     
    // bbPress filter
    $settings['title'] = apply_filters( 'bbp_topic_widget_title', $settings['title'], $instance, $this->id_base );
     
    // How do we want to order our results?
    switch ( $settings['order_by'] ) {
     
        // Order by most recent replies
        case 'freshness' :