bbp_get_tab_index

bbp_get_tab_index

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_tab_index') is found 1 times:

  • /includes/common/template.php line 1431
    1427
    1428
    1429
    1430
    1431
    1432
    1433
    1434
    1435
    1436
    1437
                ++$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