<?php
// Exit if accessed directly
if ( !defined( 'ABSPATH' ) ) exit;

/* ===============================
   COOKIES - SOLO ESENCIALES
=================================*/

add_action('wp_head', 'cookie_script', 0);
function cookie_script() {
?>

<?php
}
