LearnDash_Addon_Updater::get_addon_plugins()
Method: Get Add-on Plugins
LearnDash_Addon_Updater::get_addon_plugins Read More »
@package: LearnDash / Add-on
Source Files: includes/class-ld-addons-updater.php
Method: Get Add-on Plugins
LearnDash_Addon_Updater::get_addon_plugins Read More »
Method: Update repositories options.
LearnDash_Addon_Updater::update_repositories_options Read More »
Method: Load Respository options.
LearnDash_Addon_Updater::load_repositories_options Read More »
Method: Function to reset repo data.
LearnDash_Addon_Updater::reset_repo Read More »
Method: Intercept WordPress updater data.
LearnDash_Addon_Updater::pre_set_site_transient_update_plugins Read More »
Method: Upgrader Process Complete Action.
LearnDash_Addon_Updater::upgrader_process_complete_action Read More »
Method: Upgrader Source Selection Filter.
LearnDash_Addon_Updater::upgrader_source_selection_filter Read More »
Method: Upgrader Pre-Download filter.
LearnDash_Addon_Updater::upgrader_pre_download_filter Read More »
Method: PluginAPI Filter.
LearnDash_Addon_Updater::plugins_api_filter Read More »
Method: This is called from the plugin listing page. This hook lets of add supplemental information to the plugin row. Like the Upgrade Notice.
LearnDash_Addon_Updater::show_upgrade_notification Read More »
Method: Support for admin notice header for “Upgrade Notice Admin” header from readme.txt.
LearnDash_Addon_Updater::admin_notice_upgrade_notice Read More »
Method: Called when the add-on plugin is installed. From the page the user is shown links at the bottom of the page to return to the plugin page or the WordPress updates page. If the user started as the LearnDash Add-ons page we will add the ‘ld-return-addons’ query string parameter. This is used to return the user.
LearnDash_Addon_Updater::install_plugin_complete_actions Read More »
Method: Called when the add-on plugin is upgraded. From the page the user is shown links at the bottom of the page to return to the plugin page or the WordPress updates page. If the user started as the LearnDash Add-ons page we will add the ‘ld-return-addons’ query string parameter. This is used to return the user.
LearnDash_Addon_Updater::update_plugin_complete_actions Read More »
Method: LearnDash_Addon_Updater constructor.
LearnDash_Addon_Updater::__construct Read More »
Method: Utility function to return the table name. This is to prevent hard-coding of the table names throughout the code files.
LDLMS_DB::get_table_name Read More »
Method: Get table sub prefix
LDLMS_DB::get_table_sub_prefix Read More »
Method: Get the WPProQuiz table name prefix. This is appended to the default WP prefix.
LDLMS_DB::get_table_prefix Read More »
Method: Get an array of all custom tables.
LDLMS_DB::get_tables Read More »
Method: Public Initialize function for class