HEX
Server: LiteSpeed
System: Linux server902.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: deshuvsd (2181)
PHP: 8.1.33
Disabled: NONE
Upload Files
File: /home/deshuvsd/www/wp-content/plugins/pixelyoursite-pro/containers_gtm/container.php
<?php

namespace PixelYourSite;
defined('ABSPATH') || exit;

require_once PYS_PATH . '/containers_gtm/containerDownloads.php';

class gtmContainers extends containerDownloads {

    public function __construct() {
        parent::__construct(trailingslashit(PYS_PATH) . 'containers_gtm/');
    }

    public function getContainers() {
        return [
            [
                'enable' => true,
                'file_name' => 'GTM-PYS-v1-1.json',
                'show_name' => 'GTM Container Version 1.1',
                'description' => 'Once the file is imported, the GTM Container will have triggers for our events, and variables for our parameters. Version 1.1 comes with GA4 tag support. You must edit the GA4 ID variable and add your own GA4 tag ID.'
            ]
        ];
    }
}