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...).
Return Return
(string[])
Source Source
File: includes/abstracts/llms.abstract.integration.php
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. |