OPTION_GROUP
OPTION_GROUP ='options'
TCF settings.
$me :\DevOwl\RealCookieBanner\settings\TCF
Singleton instance.
updated_option_active(\DevOwl\RealCookieBanner\lite\settings\WP_REST_Response $response,\WP_REST_Request $request)
The option to enable TCF got updated, let's save the time of consent.
\DevOwl\RealCookieBanner\lite\settings\WP_REST_Response | $response | |
\WP_REST_Request | $request |
rest_pre_get_setting(mixed $result,string $name,array $args)
Output the accepted time as ISO string instead of mysql formatted string.
mixed | $result | Value to use for the requested setting. Can be a scalar matching the registered schema for the setting, or null to follow the default get_option() behavior. |
string | $name | Setting name (as shown in REST API responses). |
array | $args | Arguments passed to register_setting() for this setting. |
getInstance(): \DevOwl\RealCookieBanner\settings\TCF
Get singleton instance.