Changeset 2885663
- Timestamp:
- 03/23/2023 12:55:34 PM (3 years ago)
- Location:
- product-image-hover-effects-wooc-wpshare247/trunk
- Files:
-
- 3 edited
-
inc/theme_functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wooc-product-img-effects-wpshare247.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
product-image-hover-effects-wooc-wpshare247/trunk/inc/theme_functions.php
r2823673 r2885663 19 19 $my_theme = wp_get_theme(); 20 20 $this->theme_name = $my_theme->Name; 21 $this->is_flatsome = ( $this->theme_name == 'Flatsome' ) ? true : false;21 $this->is_flatsome = ( $this->theme_name == 'Flatsome' || $this->theme_name == 'Flatsome Child' ) ? true : false; 22 22 23 23 $this->effect = Ws247_piew::class_get_option('hover_effect'); -
product-image-hover-effects-wooc-wpshare247/trunk/readme.txt
r2823673 r2885663 6 6 Tested up to: 6.1.1 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 58 Stable tag: 1.0.6 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 112 112 * Product border radius 113 113 114 115 = 1.0.6 = 116 117 * Fixed on Flatsome Child 118 114 119 == Upgrade Notice == 115 120 -
product-image-hover-effects-wooc-wpshare247/trunk/wooc-product-img-effects-wpshare247.php
r2823673 r2885663 4 4 * Plugin URI: https://wpshare247.com/ 5 5 * Description: Add effect for loop woocommerce product image when hover 6 * Version: 1.0. 56 * Version: 1.0.6 7 7 * Author: Wpshare247.com 8 8 * Author URI: https://wpshare247.com
Note: See TracChangeset
for help on using the changeset viewer.