bbp_get_tab_index
bbp_get_tab_index
Appears in: bbpress.2.5.14, bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, 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') is found 1 times:
- /includes/common/template.php line 143114271428142914301431143214331434143514361437
++
$bbp
->tab_index;
}
// Filter & return
return
apply_filters(
'bbp_get_tab_index'
, (int)
$bbp
->tab_index );
}
/**
* Output a
"tabindex"
attribute
for
an element,
if
an index was passed.
*
* This helper
function
is in
use
, but it is generally considered impolite to