adding cookies

This commit is contained in:
Roman Pyrih
2024-08-21 12:42:36 +02:00
parent 8728a5a9d2
commit 11ea3f98bd
6 changed files with 1109 additions and 0 deletions

View File

@@ -21,6 +21,7 @@ $skip_link_url = apply_filters( 'hello_elementor_skip_link_url', '#content' );
<meta charset="<?php bloginfo( 'charset' ); ?>">
<meta name="viewport" content="<?php echo esc_attr( $viewport_content ); ?>">
<link rel="profile" href="https://gmpg.org/xfn/11">
<? include __DIR__ . '/libs/CookieNoticePro/cookies.php'; ?>
<?php wp_head(); ?>
</head>
<body <?php body_class(); ?>>