LLMS_Helper_Betas::add_tab( array $tabs )
Add the tab to the nav
Parameters Parameters
- $tabs
-
(array) (Required) Existing tabs.
Return Return
(array)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-betas.php
public function add_tab( $tabs ) { return llms_assoc_array_insert( $tabs, 'tools', 'betas', __( 'Beta Testing', 'lifterlms' ) ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.4.0 | Use core textdomain. |
3.0.0 | Introduced. |