bbp_get_form_topic_title

bbp_get_form_topic_title

Hook Type: filter
See hook in action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_form_topic_title') is found 1 times:

  • /includes/topics/template.php line 3681
    3677
    3678
    3679
    3680
    3681
    3682
    3683
    3684
    3685
    3686
    3687
                $topic_title = '';
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_form_topic_title', $topic_title );
        }
     
    /**
     * Output the value of topic content field
     *
     * @since 2.0.0 bbPress (r2976)

See this hook used in plugins: