Table_Generator implements Registerable

This class handles the registration of the table generator library.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Interfaces, Classes and Traits

Registerable

Table of Contents

$plugin  : Plugin
Instance of the plugin.
__construct()  : mixed
Get things started.
change_table_settings()  : array<string|int, mixed>
Change table settings.
init()  : void
Init the table generator library.
register()  : void
Hook into WP.

Properties

Methods

__construct()

Get things started.

public __construct(Plugin $plugin) : mixed
Parameters
$plugin : Plugin
Tags
Return values
mixed

change_table_settings()

Change table settings.

public change_table_settings(mixed $submitted_settings, mixed $table_id) : array<string|int, mixed>
Parameters
$submitted_settings : mixed
$table_id : mixed
Tags
Return values
array<string|int, mixed>

init()

Init the table generator library.

public init() : void
Tags
Return values
void

register()

Hook into WP.

public register() : void
Tags
Return values
void

Search results