Plugin_List_Links_Redsys_Premium
in package
Plugin List Links Redsys Premium
Table of Contents
Methods
- __construct() : mixed
- Constructor.
- plugin_action_links() : array<string|int, mixed>
- Show action links on the plugin screen.
- plugin_row_meta() : array<string|int, mixed>
- Show row meta on the plugin screen.
Methods
__construct()
Constructor.
public
__construct() : mixed
plugin_action_links()
Show action links on the plugin screen.
public
static plugin_action_links(mixed $links) : array<string|int, mixed>
Parameters
- $links : mixed
-
Plugin Action links.
Return values
array<string|int, mixed>plugin_row_meta()
Show row meta on the plugin screen.
public
static plugin_row_meta(mixed $links, mixed $file) : array<string|int, mixed>
Parameters
- $links : mixed
-
Plugin Row Meta.
- $file : mixed
-
Plugin Base file.