LLMS_Helper_Betas::output_tab( string $curr_tab )
Output content for the beta testing screen
Parameters Parameters
- $curr_tab
-
(string) (Required) Current status screen tab.
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-betas.php
public function output_tab( $curr_tab ) { if ( 'betas' !== $curr_tab ) { return; } $addons = llms_helper_get_available_add_ons(); array_unshift( $addons, 'lifterlms-com-lifterlms', 'lifterlms-com-lifterlms-helper' ); include 'views/beta-testing.php'; }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |