LearnDash_Addon_Updater
Class for handling the LearnDash Add-on updates.
Description Description
Source Source
File: includes/class-ld-addons-updater.php
Methods Methods
- __call
- __construct — LearnDash_Addon_Updater constructor.
- add_readme_tags — Add Readme Tags.
- admin_notice_upgrade_notice — Support for admin notice header for "Upgrade Notice Admin" header from readme.txt.
- convert_readme — Convert Readme
- generate_plugin_updates — Generate plugin updates.
- get_addon_plugins — Get Add-on Plugins
- get_instance — Get or create instance object of class.
- get_plugin_information — Get plugin information
- install_plugin_complete_actions — 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.
- load_repositories_options — Load Respository options.
- order_plugins — Order plugins by last update timestamp.
- plugins_api_filter — PluginAPI Filter.
- pre_set_site_transient_update_plugins — Intercept WordPress updater data.
- reset_repo — Function to reset repo data.
- show_upgrade_notification — This is called from the plugin listing page. This hook lets of add supplemental information to the plugin row. Like the Upgrade Notice.
- update_plugin_complete_actions — 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.
- update_plugin_readme — Update plugin readme. Retreives update via BB API.
- update_repositories_options — Update repositories options.
- upgrader_pre_download_filter — Upgrader Pre-Download filter.
- upgrader_process_complete_action — Upgrader Process Complete Action.
- upgrader_source_selection_filter — Upgrader Source Selection Filter.