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.


Top ↑

Return Return

(array)


Top ↑

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 );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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