| Server IP : 37.27.51.148 / Your IP : 216.73.217.84 Web Server : nginx/1.14.1 System : Linux libra 4.18.0-553.51.1.el8_10.x86_64 #1 SMP Wed Apr 30 20:24:04 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.31 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/html/wp-content/themes/zodiac22/ |
Upload File : |
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" sizes="180x180"
href="<?php echo get_stylesheet_directory_uri() ?>/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32"
href="<?php echo get_stylesheet_directory_uri() ?>/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16"
href="<?php echo get_stylesheet_directory_uri() ?>/favicon-16x16.png">
<link rel="manifest" href="<?php echo get_stylesheet_directory_uri() ?>/site.webmanifest">
<link rel="mask-icon" href="<?php echo get_stylesheet_directory_uri() ?>/safari-pinned-tab.svg" color="#5bbad5">
<style>
@media (max-width: 600px) {
.orderButton {
width: 100%
}
}
</style>
<?php
if (is_page('blog') || is_single()) {
echo get_field('facebook_pixel', 'option');
}
echo get_field('google_analitycs', 'option');
echo get_field('lucky_orange', 'option');
echo get_field('ad_words', 'option');
echo get_field('event_snippet');
wp_head();
?>
</head>
<body <?php body_class(); ?> <?php echo get_body_data(); ?> data-testattr="123">
<?php
if (is_page('thank-you-for-your-purchase')) {
echo get_field('facebook_pixel', 'option');
}
if (is_page('30-secrets-confirmation')) {
echo get_field('facebook_pixel', 'option');
?>
<script> fbq('track', 'Lead'); </script>
<?php
}
if (is_front_page()) {
?>
<!-- Add Pixel Events to the button's click handler -->
<script type="text/javascript">
var buttons = document.getElementsByClassName('orderButton');
for (var i = 0; i < buttons.length; i++) {
buttons[i].addEventListener(
'click',
function () {
fbq('track', 'AddToCart');
},
false,
);
}
</script>
<?php
}
?>
<?php echo get_field('tag-manager', 'option'); ?>