Skip to main content

GravityKit\GravityExport\MultiRow\Plugin

The plugin that enables the multiple rows add-on.

Since: 1.0

Source: add-ons/multi-row/src/Plugin.php:18

Details

  • Kind: class
  • Namespace: GravityKit\GravityExport\MultiRow

Methods

MethodDescription
__construct()Registers all hooks.
get_plugin_settings()Returns the setting for the provided key.

Method Reference

__construct()

public function __construct()

Registers all hooks.

Since: 1.0

Source: add-ons/multi-row/src/Plugin.php:60

get_plugin_settings()

public function get_plugin_settings( string $key, $default=null )

Returns the setting for the provided key.

Parameters

NameTypeDefaultDescription
$keystringThe setting to retrieve.
$defaultmixednullThe default value to return

Returns

  • mixed — The setting.

Since: $ver$

Source: add-ons/multi-row/src/Plugin.php:297