bbp_topic_row_actions

bbp_topic_row_actions

Hook Type: action

See hook in core

Displaying hooks found in version: bbpress.2.6.9

do_action('bbp_topic_row_actions') is found 1 times:

  • /includes/topics/template.php line 3726
     *
     * @todo Links and filter
     */
    function bbp_topic_row_actions() {
    	do_action( 'bbp_topic_row_actions' );
    }
    
    /**
     * Output value of topic tags field
     *
     * @since 2.0.0 bbPress (r2976)