bbp_get_topic_post_type_supports

bbp_get_topic_post_type_supports

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_post_type_supports') is found 1 times:

  • /includes/topics/template.php line 108
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    */
    function bbp_get_topic_post_type_supports() {
     
        // Filter & return
        return (array) apply_filters( 'bbp_get_topic_post_type_supports', array(
            'title',
            'editor',
            'revisions'
        ) );
    }