\DevOwl\RealCookieBanner\settingsModalHints

Modal hints are only shown once so the user understands a specific tab, e. g. "What is a cookie?".

Summary

Methods
Properties
Constants
getPluginConstantPrefix()
enableOptionsAutoload()
getAlreadySeen()
setSeen()
getInstance()
No public properties found
SETTING_MODAL_HINTS
DEFAULT_MODAL_HINTS
No protected methods found
No protected properties found
N/A
__construct()
$me
N/A

Constants

SETTING_MODAL_HINTS

SETTING_MODAL_HINTS =RCB_OPT_PREFIX . '-modal-hints'

DEFAULT_MODAL_HINTS

DEFAULT_MODAL_HINTS ='[]'

Properties

Methods

getPluginConstantPrefix()

getPluginConstantPrefix(): string

Get the prefix of this plugin so composer packages can dynamically build other constant values on it.

Returns

string

enableOptionsAutoload()

enableOptionsAutoload()

Initially `add_option` to avoid autoloading issues.

getAlreadySeen()

getAlreadySeen(): array<mixed,string>

Get a list of already seen identifiers.

Returns

array<mixed,string>

setSeen()

setSeen(string  $identifier)

Set an identifier as seen.

Parameters

string $identifier

__construct()

__construct()

C'tor.