Statistics: Posted by Jason Caldwell — September 28th, 2010, 12:08 pm
`function eshop_addtocart($atts){global $wpdb, $post;
/*DELETED THIS LINE SO THAT PAGES WOULD BE CACHED eshop_cache();*/
extract(shortcode_atts(array('hide'=>''), $atts));`
Statistics: Posted by jacinta — September 8th, 2010, 8:27 pm
if (!function_exists('eshop_cache')) {
function eshop_cache(){
global $eshopoptions;
if(!defined('DONOTCACHEPAGE') && $eshopoptions['set_cacheability']=='yes'){
//wpsupercache
define("DONOTCACHEPAGE", "true");
}
}
}
Statistics: Posted by Jason Caldwell — September 8th, 2010, 12:40 am
Statistics: Posted by jacinta — September 7th, 2010, 9:37 pm
Statistics: Posted by Jason Caldwell — September 7th, 2010, 3:38 pm
Statistics: Posted by jacinta — September 6th, 2010, 7:35 pm