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
    			++$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