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
| Method | Description |
|---|---|
__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
| Name | Type | Default | Description |
|---|---|---|---|
$key | string | The setting to retrieve. | |
$default | mixed | null | The default value to return |
Returns
mixed— The setting.
Since: $ver$
Source: add-ons/multi-row/src/Plugin.php:297