bbp_get_topic_tag_description

bbp_get_topic_tag_description

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_tag_description') is found 1 times:

  • /includes/topics/template.php line 3645
    3641
    3642
    3643
    3644
    3645
    3646
    3647
    3648
    3649
    3650
    3651
                ? $r['before'] . $term->description . $r['after']
                : '';
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_tag_description', $retval, $r, $args, $tag, $term );
        }
     
    /** Forms *********************************************************************/
     
    /**
     * Output the value of topic title field