LLMS_Helper_Admin_Add_Ons::filter_manage_actions( array $actions )
Add installatino & update actions to the list of available management actions
Parameters Parameters
- $actions
-
(array) (Required) List of available actions, the action should correspond to a method in the LLMS_Helper_Add_On class.
Return Return
(array)
Source Source
File: libraries/lifterlms-helper/includes/class-llms-helper-admin-add-ons.php
public function filter_manage_actions( $actions ) { return array_merge( array( 'install', 'update' ), $actions ); }
Expand full source code Collapse full source code View on GitHub
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |