LLMS_Helper_Betas::__construct()
Constructor
Contents
Return Return
(void)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-betas.php
27 28 29 30 31 32 33 34 35 | public function __construct() { add_filter( 'llms_admin_page_status_tabs' , array ( $this , 'add_tab' ) ); add_action( 'llms_before_admin_page_status' , array ( $this , 'output_tab' ) ); add_action( 'admin_init' , array ( $this , 'handle_form_submit' ) ); } |
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |