Filters_Editor implements Registerable, JsonSerializable

Displays the filters editor.

Interfaces, Classes and Traits

Registerable
JsonSerializable

Table of Contents

TAB_ID  = 'filters'
$id  : string
Tab ID
$title  : string
Tab title
__construct()  : mixed
Get things started.
assets()  : void
Enqueue assets when required.
get_id()  : string
Get the tab ID.
get_title()  : string
Get the tab title.
jsonSerialize()  : array<string|int, mixed>
Json configuration for the editor.
output()  : void
Output content of the page.
register()  : void
Register hooks.

Constants

Properties

Methods

__construct()

Get things started.

public __construct() : mixed
Return values
mixed

assets()

Enqueue assets when required.

public assets() : void
Return values
void

get_id()

Get the tab ID.

public get_id() : string
Return values
string

get_title()

Get the tab title.

public get_title() : string
Return values
string

jsonSerialize()

Json configuration for the editor.

public jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>

output()

Output content of the page.

public output() : void
Return values
void

register()

Register hooks.

public register() : void
Return values
void

Search results