bbp_get_topic_tag_names

bbp_get_topic_tag_names

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_tag_names') is found 1 times:

  • /includes/topics/functions.php line 3678
    		? implode( $sep, $pluck )
    		: '';
    
    	// Filter & return
    	return apply_filters( 'bbp_get_topic_tag_names', $terms, $topic_id, $sep );
    }
    
    /**
     * Will update topic-tag count based on object type.
     *
     * Function for the default callback for topic-tag taxonomies.