$previousActive
$previousActive :boolean
Save the state of currently active so we can update country database at toggle time.
updated_option_active(\DevOwl\RealCookieBanner\lite\settings\WP_REST_Response $response,\WP_REST_Request $request)
The option to enable Country Bypass got updated, let's automatically download the country database.
\DevOwl\RealCookieBanner\lite\settings\WP_REST_Response | $response | |
\WP_REST_Request | $request |
rest_pre_get_setting(mixed $result,string $name,array $args)
Output the download 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. |