LLMS_Abstract_Integration::plugin_action_links( string[] $links, string $file, array $data, string $context )

Add plugin settings Action Links


Description Description


Parameters Parameters

$links

(Required) Existing action links.

$file

(Required) Path to the plugin file, relative to the plugin directory.

$data

(Required) Plugin data.

$context

(Required) Plugin's content (eg: active, invactive, etc...).


Top ↑

Return Return

(string[])


Top ↑

Source Source

File: includes/abstracts/llms.abstract.integration.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
4.21.0 Don't check $context. If the plugin isn't active this won't run anyway so it's a useless check.
3.37.9 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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