You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description: A WooCommerce plugin that adds a custom taxonomy 'product_brand' to products and allows the attachment of images to the product_brand. Each image links to a search result for that taxonomy.
6
-
Version: 1.0.4
6
+
Version: 1.0.5
7
7
Author: Fry Digital
8
8
Author URI: https://frydigital.com/
9
9
License: GPLv3
@@ -22,7 +22,7 @@ function my_product_brand_plugin() {
22
22
newWooCommerce_Product_Brand();
23
23
newProduct_Brand_Meta();
24
24
newWooCommerce_Product_Brand_Shortcode();
25
-
newProduct_Brand_Admin();
25
+
//new Product_Brand_Admin();
26
26
}
27
27
28
28
// Hook the my_product_brand_plugin function to the plugins_loaded hook
@@ -51,8 +51,5 @@ function my_product_brand_plugin() {
51
51
52
52
//Set the branch that contains the stable release.
53
53
$myUpdateChecker->setBranch('master');
54
-
55
-
//Optional: If you're using a private repository, specify the access token like this:
0 commit comments