Documentation

IOverrideTCF

Table of Contents

Methods

clearGvl()  : mixed
Completely clear all database tables for GVL.
getAcceptedTime()  : string|null
Check when the compatibility got enabled.
getFirstAcceptedTime()  : string|null
Check when the compatibility got enabled the first time.
getGvlDownloadTime()  : string|null
Check when the GVL got downloaded at latest.
overrideEnableOptionsAutoload()  : mixed
Initially add PRO-only options.
overrideRegister()  : mixed
Register PRO-only options.
probablyUpdateGvl()  : mixed
If we need to update the GVL (scheduled), let's do this.
updateGvl()  : true|WP_Error
Update the GVL `vendor-list` and persist to database.

Methods

clearGvl()

Completely clear all database tables for GVL.

public clearGvl() : mixed

getAcceptedTime()

Check when the compatibility got enabled.

public getAcceptedTime() : string|null
Return values
string|null

getFirstAcceptedTime()

Check when the compatibility got enabled the first time.

public getFirstAcceptedTime() : string|null
Return values
string|null

getGvlDownloadTime()

Check when the GVL got downloaded at latest.

public getGvlDownloadTime() : string|null
Return values
string|null

overrideEnableOptionsAutoload()

Initially add PRO-only options.

public overrideEnableOptionsAutoload() : mixed

overrideRegister()

Register PRO-only options.

public overrideRegister() : mixed

probablyUpdateGvl()

If we need to update the GVL (scheduled), let's do this.

public probablyUpdateGvl() : mixed

updateGvl()

Update the GVL `vendor-list` and persist to database.

public updateGvl([bool $force = false ]) : true|WP_Error
Parameters
$force : bool = false

Skip isActive check and download immediate

Return values
true|WP_Error

        
On this page

Search results