LearnDash_Addon_Updater::install_plugin_complete_actions( array $install_actions, object $api, string $plugin_file = '' )

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.


Description Description


Parameters Parameters

$install_actions

(Required) Array.

$api

(Required) Object.

$plugin_file

(Optional) String.

Default value: ''


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/class-ld-addons-updater.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.5.5 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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