Main_Controller
Class: Main Controller, this will register a root page into wp-admin.
Method: Projects constructor.
Main_Controller::__construct Read More »
Method: Check if we need to take action for new update.
Main_Controller::maybe_update Read More »
Method: All the scripts should be registered here, later we can use it when render the view.
Main_Controller::register_scripts Read More »
Method: Register the necessary hooks.
CheckPluginsRequirements::register_hooks Read More »
Method: Check if the LearnDash version is compatible with the plugin requirements.
CheckPluginsRequirements::is_ld_version_compatible Read More »
Method: Maybe show the banners
RemoteBanners::maybe_show_banners Read More »
Method: Filter the banner by its condition, eg page slug and time frame
RemoteBanners::filter_displayable_banners Read More »
Method: Enqueues scripts.
Licensing_Settings_Section::enqueue_scripts Read More »
Method: No description found
Licensing_Settings_Section::make_data Read More »
Method: Get the users permissions list, for frontend display
Licensing_Settings_Section::get_users_list Read More »
Method: Register scripts and styles.
RemoteBanners::register_scripts Read More »
Method: Ajax endpoint for hide a banner permanent
RemoteBanners::hide_banner Read More »
Method: Render the page.
Licensing_Settings::show_settings_page Read More »
Class: Add the visibility functionality.
Licensing_Settings_Section Read More »