removing jquery to change shop page title
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:41:22 +0000 (14:41 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 29 Jun 2016 18:41:22 +0000 (14:41 -0400)
functions.php

index e007824..d431813 100644 (file)
@@ -159,12 +159,6 @@ function shareThis(){
 }
 add_action( 'woocommerce_single_product_summary', 'shareThis', 20);
 
-//add_filter( 'woocommerce_page_title', 'woo_shop_page_title');
-//function woo_shop_page_title( ) {
-//    if ( is_shop()){
-//        return "All Tours";
-//    }
-//}
 add_theme_support('post-thumbnails');
 set_post_thumbnail_size(120, 100, true);
 /**