Hide Admins from being tracked

/** * Start Tracking Tags **/ function hook_gtm_header() { if( !current_user_can(‘administrator’) && !current_user_can( ‘author’ ) && !current_user_can( ‘editor’ ) ) { ?>Continue reading

Untitled Snippet

pintrk(‘track’, ‘checkout’, { value: 100, order_quantity: 1, currency: ‘GBP’, promo_code: ‘BLANK’, line_items: [ { product_name: ‘Not Selected’, product_category: ‘Not Selected’, product_price: 00.00, product_quantity: 0 } ] });Continue reading