This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!function(window,document,script_constant,script_url,n,t,s){ | |
if(window.fbq) return; | |
n = window.fbq = function(){ | |
n.callMethod ? n.callMethod.apply(n,arguments) : n.queue.push(arguments) | |
}; | |
if(!window._fbq) { | |
window._fbq = n; | |
} | |
n.push = n; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* ORIGINAL COMMENT FROM WOOCOMMERCE - this is the file that has been modified and exists in the active theme | |
* | |
* | |
* | |
* | |
* The Template for displaying product archives, including the main shop page which is a post type archive | |
* | |
* This template can be overridden by copying it to yourtheme/woocommerce/archive-product.php. |