PluginProbe ʕ •ᴥ•ʔ
WP Chat App / 3.8.2
WP Chat App v3.8.2
3.8.1 3.8.2 trunk 2.6 3.4 3.4.1 3.4.2 3.4.4 3.4.5 3.4.6 3.5 3.6 3.6.1 3.6.2 3.6.3 3.6.4 3.6.5 3.6.6 3.6.7 3.6.8 3.6.9 3.7.0 3.7.1 3.7.2 3.7.3 3.7.4 3.8.0
wp-whatsapp / views / analytics.php
wp-whatsapp / views Last commit date
analytics.php 3 months ago design-preview.php 3 months ago design-settings.php 3 months ago display-settings.php 3 months ago floating-widget-settings.php 3 months ago meta-accounts.php 3 months ago meta-button-style.php 3 months ago selected-accounts.php 3 months ago settings.php 3 months ago url-settings.php 3 months ago user-role-settings.php 3 months ago woocommerce-button.php 3 months ago
analytics.php
36 lines
1 <p><?php echo esc_html__( 'Enable WhatsApp trackers to monitor your WhatsApp widget, button and other guest activities.', 'wp-whatsapp' ); ?></p>
2 <table class="form-table">
3 <tbody>
4 <tr>
5 <th scope="row"><label for="enabledGoogle"><?php echo esc_html__( 'Google Analytics (PRO)', 'wp-whatsapp' ); ?></label></th>
6 <td>
7 <div class="nta-wa-switch-control" style="pointer-events: none;">
8 <input type="checkbox" id="enabledGoogle" name="enabledGoogle" <?php checked( false ); ?>>
9 <label for="enabledGoogle" class="green njt-wa-pro-tooltip"></label>
10 </div>
11 <p class="description"><?php echo esc_html__( 'Gain insights of WhatsApp tracking in Google Analytics > Behavior > Events', 'wp-whatsapp' ); ?></p>
12 </td>
13 </tr>
14 <tr class="hidden">
15 <th></th>
16 <td>
17 <div class="nta-wa-switch-control" style="pointer-events: none;">
18 <input type="checkbox" id="enabledGoogleGA4" name="enabledGoogleGA4" <?php checked( false ); ?>>
19 <label for="enabledGoogleGA4" class="green"></label>
20 </div>
21 <p class="description"><?php echo esc_html__( 'Please enable this feature if your website is using Google Analytics 4', 'wp-whatsapp' ); ?></p>
22 </td>
23 </tr>
24 <tr>
25 <th scope="row"><label for="enabledFacebook"><?php echo esc_html__( 'Facebook Pixel (PRO)', 'wp-whatsapp' ); ?></label></th>
26 <td>
27 <div class="nta-wa-switch-control" style="pointer-events: none;">
28 <input type="checkbox" id="enabledFacebook" name="enabledFacebook" <?php checked( false ); ?>>
29 <label for="enabledFacebook" class="green njt-wa-pro-tooltip"></label>
30 </div>
31 <p class="description"><?php echo esc_html__( 'Access Facebook for Business and view recorded events in Event Manager', 'wp-whatsapp' ); ?></p>
32 </td>
33 </tr>
34 </tbody>
35 </table>
36 <button class="button button-large button-primary wa-save"><?php echo esc_html__( 'Save Changes', 'wp-whatsapp' ); ?></button>