TRANSIENT_SCHEDULE_CONSENTS_DELETION TRANSIENT_SCHEDULE_CONSENTS_DELETION =RCB_OPT_PREFIX . '-schedule-consents-deletion'
$me $me :\DevOwl\RealCookieBanner\settings\Consent Singleton instance. Type \DevOwl\RealCookieBanner\settings\Consent
getPluginConstantPrefix() getPluginConstantPrefix(): string Get the prefix of this plugin so composer packages can dynamically build other constant values on it. Returns string
isAcceptAllForBots() isAcceptAllForBots(): boolean Check if bots should acceppt all cookies automatically. Returns boolean
isRespectDoNotTrack() isRespectDoNotTrack(): boolean Check if "Do not Track" header is respected. Returns boolean
isSaveIpEnabled() isSaveIpEnabled(): boolean Check if IPs should be saved in plain in database. Returns boolean
isAgeNoticeEnabled() isAgeNoticeEnabled(): boolean Check if age notice hint is enabled Returns boolean
isListServicesNoticeEnabled() isListServicesNoticeEnabled(): boolean Check if list-services notice hint is enabled Returns boolean
getCookieDuration() getCookieDuration(): integer Get the cookie duration for the consent cookies. Returns integer
getCookieVersion() getCookieVersion(): integer Get the cookie version for the consent cookies. Returns integer
option_cookie_duration() option_cookie_duration(mixed $value) The cookie duration may not be greater than 365 days. Parameters mixed $value
option_consent_duration() option_consent_duration(mixed $value) The consent duration may not be greater than 120 months. Parameters mixed $value
update_option_consent_transient_deletion() update_option_consent_transient_deletion() Delete transient when settings are updated
new_version_installation_after_2_17_3() new_version_installation_after_2_17_3(string|false $installed) Deactivate "Naming of all services in first view" as it should not be activated automatically for already existing users. Parameters string|false $installed
new_version_installation_after_3_0_1() new_version_installation_after_3_0_1(string|false $installed) Revert to cookie version 1 for users already using RCB. Parameters string|false $installed