blocksy_get_theme_mod( 'cookie_consent_content', __('We use cookies to ensure that we give you the best experience on our website.', 'blocksy-companion') ); $accept_button_text = blc_theme_functions()->blocksy_get_theme_mod('cookie_consent_button_text', __('Accept', 'blocksy-companion')); $decline_button_text = blc_theme_functions()->blocksy_get_theme_mod('cookie_consent_decline_button_text', __('Decline', 'blocksy-companion')); $period = blc_theme_functions()->blocksy_get_theme_mod('cookie_consent_period', 'forever'); $type = blc_theme_functions()->blocksy_get_theme_mod('cookie_consent_type', 'type-1'); $class = 'container'; if ( $type === 'type-2' ) { $class = 'ct-container'; } ob_start(); ?> blocksy_get_theme_mod( 'forms_cookie_consent_content', blc_safe_sprintf( // translators: %1$s and %2$s are HTML tags for a link. __('I accept the %1$sPrivacy Policy%2$s', 'blocksy-companion'), '', '' ) ); ?>

'gdprconfirm' . $prefix, 'class' => 'ct-checkbox', 'name' => 'gdprconfirm', 'type' => 'checkbox', 'required' => true ] ); ?>