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( __('I accept the %sPrivacy Policy%s', 'blocksy-companion'), '', '' ) ); ?>