Admin_Links implements Registerable, Service

Core admin functions for our plugins (e.g. adding the settings link).

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable
An object that can be registered with WordPress via the Plugin API, i.e. add_action() and add_filter().
Service
Marker interface to denote a service.

Table of Contents

$plugin  : Plugin
__construct()  : mixed
add_documentation_link()  : mixed
add_settings_link()  : mixed
register()  : mixed

Properties

Methods

public add_documentation_link(mixed $links, mixed $file) : mixed
Parameters
$links : mixed
$file : mixed
Return values
mixed
public add_settings_link(mixed $links) : mixed
Parameters
$links : mixed
Return values
mixed

register()

public register() : mixed
Return values
mixed

Search results