Changeset 2098404
- Timestamp:
- 05/31/2019 08:55:18 AM (7 years ago)
- Location:
- featured-image-by-url/trunk
- Files:
-
- 2 edited
-
README.txt (modified) (1 diff)
-
includes/class-featured-image-by-url-common.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
featured-image-by-url/trunk/README.txt
r2097809 r2098404 65 65 66 66 = 1.1.4 = 67 * FIXED: Product Images issue.67 * ADDED: Support for WooCommerce v3.6 and later versions. 68 68 69 69 = 1.1.3 = -
featured-image-by-url/trunk/includes/class-featured-image-by-url-common.php
r2097801 r2098404 42 42 // Fix the issue of images not appearing .. 43 43 // solved here : https://wordpress.org/support/topic/doesnt-work-with-woocommerce-3-6-0/#post-11490338 44 add_filter('woocommerce_product_get_image_id', array( $this, ' fibu_hotfix_wc360'), 10, 2);44 add_filter('woocommerce_product_get_image_id', array( $this, 'knawatfibu_woocommerce_36_support'), 99, 2); 45 45 } 46 46 … … 50 50 * @return value 51 51 */ 52 function fibu_hotfix_wc360( $value, $product){52 function knawatfibu_woocommerce_36_support( $value, $product){ 53 53 global $knawatfibu; 54 54 $product_id = $product->get_id();
Note: See TracChangeset
for help on using the changeset viewer.