PluginLinks
in package
Adds plugin links to the plugin page.
Tags
Table of Contents
Properties
- $links : array<string|int, mixed>
- The html-formatted links to add.
Methods
- __construct() : mixed
- Constructor method.
- filter_action_links() : array<string|int, mixed>
- Adds the action links.
Properties
$links
The html-formatted links to add.
public
array<string|int, mixed>
$links
Methods
__construct()
Constructor method.
public
__construct() : mixed
Tags
filter_action_links()
Adds the action links.
public
filter_action_links(array<string|int, mixed> $links) : array<string|int, mixed>
Parameters
- $links : array<string|int, mixed>
-
The original links to filter.
Tags
Return values
array<string|int, mixed> —The new array of links.