Projects::delete_plugin()
Method: Delete our plugin.
Projects::delete_plugin Read More »
@package: LearnDash
Source Files: includes/licensing/src/component/class-projects.php
Method: Delete our plugin.
Projects::delete_plugin Read More »
Method: Activate our plugin.
Projects::activate_plugin Read More »
Method: Deactivate a plugin.
Projects::deactivate_plugin Read More »
Method: Update our plugin.
Projects::update_plugin Read More »
Method: Install our plugin.
Projects::install_plugin Read More »
Method: Fetch the plugins category so we can use it for filter.
Projects::get_projects_category Read More »
Method: Query the site stats.
API::build_site_stats Read More »
Method: Gets multi-site active site count.
API::get_multisite_active_sites Read More »
Method: Return all the projects, and cache it.
Method: Remove the domain from API side
API::remove_domain Read More »
Method: Return all the current installed projects with metadata.
Projects::get_installed_projects Read More »
Method: Return the last check timestamp.
Projects::get_project_check_time Read More »
Method: Trigger a license verification.
API::verify_license Read More »
Action Hook: Fires after the license verification.
learndash_licensing_management_license_verified Read More »
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 »