bbp_get_topic_title

bbp_get_topic_title

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_title') is found 1 times:

  • /includes/topics/template.php line 606
    602
    603
    604
    605
    606
    607
    608
    609
    610
    611
    612
            $topic_id = bbp_get_topic_id( $topic_id );
            $title    = get_the_title( $topic_id );
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_title', $title, $topic_id );
        }
     
    /**
     * Output the topic archive title
     *
     * @since 2.0.0 bbPress (r3249)