LLMS_Helper_Betas::__construct()

Constructor


Return Return

(void)


Top ↑

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' ) );
 
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.