?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot/src/view/admin/common/templates/extra/



?? Go up: /home/webdevt/www/cryptoimpot.fr/wp-content/plugins/cookiebot/src/view/admin/common/templates

?? Viewing: cbid-disconnect-alert.php

<div class="cb-cbid-alert__msg hidden">
	<h3 class="cb-settings__config__subtitle">
		<?php esc_html_e( 'Are you sure?', 'cookiebot' ); ?>
	</h3>
	<p class="cb-general__info__text">
		<?php esc_html_e( 'You will need to add a new ID before updating other settings', 'cookiebot' ); ?>
	</p>
	<div class="new-account-actions">
		<div id="cookiebot-cbid-cancel" class="cb-btn cb-white-btn">
			<?php esc_html_e( 'Cancel', 'cookiebot' ); ?>
		</div>
		<div id="cookiebot-cbid-reset" class="cb-btn cb-main-btn">
			<?php esc_html_e( 'Disconnect account', 'cookiebot' ); ?>
		</div>
	</div>
</div>


??

??