Settings

Utility functions for the product table plugin settings.

Tags
author

Barn2 Plugins support@barn2.com

license

GPL-3.0

copyright

Barn2 Media Ltd

Table of Contents

OPTION_NAME  = 'wc_express_shop_page_settings'
SECTION_SLUG  = 'express-shop-page'
$settings  : mixed
The array with the plugin settings
get_default_settings()  : mixed
get_plugin_settings()  : mixed
get_settings()  : mixed
update_plugin_settings()  : mixed

Constants

OPTION_NAME

public mixed OPTION_NAME = 'wc_express_shop_page_settings'

SECTION_SLUG

public mixed SECTION_SLUG = 'express-shop-page'

Properties

$settings

The array with the plugin settings

private static mixed $settings

Methods

get_default_settings()

public static get_default_settings() : mixed
Return values
mixed

get_plugin_settings()

public static get_plugin_settings() : mixed
Return values
mixed

get_settings()

public static get_settings(mixed $plugin) : mixed
Parameters
$plugin : mixed
Return values
mixed

update_plugin_settings()

public static update_plugin_settings(mixed $settings) : mixed
Parameters
$settings : mixed
Return values
mixed

Search results