Files
2026-03-05 13:07:40 +01:00

14 lines
210 B
PHP

<?php
/**
* Settings | GDPR Cookie Consent Banner
*
* @package Dotspice
* @version 1.3.0
*/
/**
* Remove Inline Css
*/
global $CTCC_Public;
remove_action( 'wp_head', array( $CTCC_Public, 'add_css' ) );