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
    1468
    1469
    1470
    1471
    1472
    1473
    1474
    1475
    1476
    1477
    1478
                ? ' 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.
     *