HEX
Server: LiteSpeed
System: Linux 112.webhostingindonesia.co.id 5.14.0-570.62.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Nov 11 10:10:59 EST 2025 x86_64
User: iyfwylsv (10313)
PHP: 8.2.30
Disabled: NONE
Upload Files
File: //home/lotushomemade.com/httpdocs/wp-content/plugins/whatsapp-for-wordpress/views/analytics.php
<p><?php echo __('Enable WhatsApp trackers to monitor your WhatsApp widget, button and other guest activities.', 'ninjateam-whatsapp') ?></p>
<table class="form-table">
    <tbody>
        <tr>
            <th scope="row"><label for="enabledGoogle"><?php echo __('Google Analytics', 'ninjateam-whatsapp') ?></label></th>
            <td>
                <div class="nta-wa-switch-control">
                    <input type="checkbox" id="enabledGoogle" name="enabledGoogle" <?php checked($option['enabledGoogle'], 'ON') ?>>
                    <label for="enabledGoogle" class="green"></label>
                </div>
                <p class="description"><?php echo __('Gain insights of WhatsApp tracking in Google Analytics > Behavior > Events', 'ninjateam-whatsapp') ?></p>
            </td>
        </tr>
        <tr class="<?php echo ($option['enabledGoogle'] === 'ON') ? '' : 'hidden' ?>">
            <th></th>
            <td>
                <div class="nta-wa-switch-control">
                    <input type="checkbox" id="enabledGoogleGA4" name="enabledGoogleGA4" <?php checked($option['enabledGoogleGA4'], 'ON') ?>>
                    <label for="enabledGoogleGA4" class="green"></label>
                </div>
                <p class="description"><?php echo __('Please enable this feature if your website is using Google Analytics 4', 'ninjateam-whatsapp') ?></p>
            </td>
        </tr>
        <tr>
            <th scope="row"><label for="enabledFacebook"><?php echo __('Facebook Pixel', 'ninjateam-whatsapp') ?></label></th>
            <td>
                <div class="nta-wa-switch-control">
                    <input type="checkbox" id="enabledFacebook" name="enabledFacebook" <?php checked($option['enabledFacebook'], 'ON') ?>>
                    <label for="enabledFacebook" class="green"></label>
                </div>
                <p class="description"><?php echo __('Access Facebook for Business and view recorded events in Event Manager', 'ninjateam-whatsapp') ?></p>
            </td>
        </tr>
</tbody>
</table>
<button class="button button-large button-primary wa-save"><?php echo __('Save Changes', 'ninjateam-whatsapp') ?><span></span></button>