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
TAG
    public
        mixed
    TAG
    = 'rcb-consent-history-uuids'
    
    
    
Methods
getPluginConstantPrefix()
Get the prefix of this plugin so composer packages can dynamically build other constant values on it.
    public
                    getPluginConstantPrefix() : string
    Tags
Return values
stringrender()
Render shortcode HTML.
    public
            static        render(mixed $atts) : string
    Parameters
- $atts : mixed