Documentation

HistoryUuidsShortcode
in package
Uses UtilsProvider

Shortcode to print the consent UUIDs of the current user.

Table of Contents

Constants

DEPRECATED_TAG  = 'rcb-consent-print-uuid'
Real Cookie Banner v2 had only one UUID in their consent. It does not change any behavior, but the name changed accordingly.
TAG  = 'rcb-consent-history-uuids'

Methods

getPluginConstantPrefix()  : string
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
render()  : string
Render shortcode HTML.

Constants

DEPRECATED_TAG

Real Cookie Banner v2 had only one UUID in their consent. It does not change any behavior, but the name changed accordingly.

public mixed DEPRECATED_TAG = 'rcb-consent-print-uuid'
Tags
deprecated

Remove in v4

Methods

getPluginConstantPrefix()

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

public getPluginConstantPrefix() : string
Tags
codeCoverageIgnore

It only returns a string with the constant prefix

Return values
string

render()

Render shortcode HTML.

public static render(mixed $atts) : string
Parameters
$atts : mixed
Return values
string

        
On this page

Search results