bbp_get_tab_index_attribute

bbp_get_tab_index_attribute

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_tab_index_attribute') is found 1 times:

  • /includes/common/template.php line 1472
    			? ' tabindex="' . (int) $tab . '"'
    			: '';
    
    		// Filter & return
    		return apply_filters( 'bbp_get_tab_index_attribute', $attr, $tab );
    	}
    
    /**
     * Output a select box allowing to pick which forum/topic a new topic/reply
     * belongs in.
     *