BuddyClients Docs

PluginLinks
in package

Adds plugin links to the plugin page.

Tags
since
0.2.1

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

The html-formatted links to add.

public array<string|int, mixed> $links

Methods

__construct()

Constructor method.

public __construct() : mixed
Tags
since
0.2.1

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
since
0.2.1
Return values
array<string|int, mixed>

The new array of links.


        
On this page

Search results