Skip to content

Instantly share code, notes, and snippets.

View fervous's full-sized avatar

Anna fervous

View GitHub Profile
@digitalchild
digitalchild / functions.php
Created May 16, 2016 20:16
Google Analytics Code for Vendors
<?php
// Place this code in your themes functions.php
// Add google analytics code to vendor pages for tracking
function wcv_shop_name_google_analytics() {
if ( is_singular( 'product') ){
$product = get_queried_object();
if ( WCV_Vendors::is_vendor_product_page( $product->post_author ) ) {