| @@ -56,49 +56,8 @@ | ||
| 56 | 56 | </div> |
| 57 | 57 | </div> |
| 58 | 58 | </div> |
| 59 | 59 | |
| 60 | - <div class="wowp-snippet__item"> | |
| 61 | - <div class="wowp-snippet__item-header"> | |
| 62 | - <label for="enable_gtm">Google Tag Manager</label> | |
| 63 | - <p class="wowp-snippet__item-description">Add Google Tag Manager to your site for advanced tag management and tracking.</p> | |
| 64 | - </div> | |
| 65 | - <div class="wowp-field has-checkbox"> | |
| 66 | - <label class="switch"> | |
| 67 | - <?php self::field( 'checkbox', 'enable_gtm' ); ?> | |
| 68 | - <span class="slider"></span> | |
| 69 | - </label> | |
| 70 | - </div> | |
| 71 | - <div class="wowp-snippet__item-expand is-hidden"> | |
| 72 | - <div class="wowp-field is-column"> | |
| 73 | - <label> | |
| 74 | - <span class="label">Container ID</span> | |
| 75 | - <?php self::field( 'text', 'gtm_container_id', '', 'e.g. GTM-XXXXXXX' ); ?> | |
| 76 | - </label> | |
| 77 | - <a target="_blank" | |
| 78 | - href="https://support.google.com/tagmanager/answer/6103696?hl=en" rel="noopener noreferrer nofollow">How to find your GTM Container ID</a> | |
| 79 | - </div> | |
| 80 | - | |
| 81 | - <p><b>Disable Google Tag Manager for these user roles:</b></p> | |
| 82 | - | |
| 83 | - <div class="wowp-fields__group"> | |
| 84 | - <?php foreach ( FieldHelper::user_roles() as $key => $value ) : | |
| 85 | - if ( $key === 'all' ) { | |
| 86 | - continue; | |
| 87 | - } | |
| 88 | - ?> | |
| 89 | - <div class="wowp-field has-checkbox"> | |
| 90 | - <span class="label"><?php echo esc_html( $value ); ?></span> | |
| 91 | - <label class="switch"> | |
| 92 | - <?php self::field( 'checkbox', 'disable_gtm_user_' . $key ); ?> | |
| 93 | - <span class="slider"></span> | |
| 94 | - </label> | |
| 95 | - </div> | |
| 96 | - <?php endforeach; ?> | |
| 97 | - </div> | |
| 98 | - </div> | |
| 99 | - </div> | |
| 100 | - | |
| 101 | 60 | <div class="wowp-snippet__item"> |
| 102 | 61 | <div class="wowp-snippet__item-header"> |
| 103 | 62 | <label for="enable_google_adsense">Google AdSense</label> |
| 104 | 63 | <p class="wowp-snippet__item-description">Easily add Google AdSense to your WordPress site.</p> |