bbp_get_tab_index_attribute
bbp_get_tab_index_attribute
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_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. *