Changeset 2906769
- Timestamp:
- 05/02/2023 01:43:42 AM (3 years ago)
- Location:
- product-image-hover-effects-wooc-wpshare247/trunk
- Files:
-
- 2 edited
-
inc/theme_functions.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
product-image-hover-effects-wooc-wpshare247/trunk/inc/theme_functions.php
r2885663 r2906769 96 96 if($link_style){ 97 97 $attributes = $args['attributes']; 98 if( $attributes['style']){98 if( isset($attributes['style']) ){ 99 99 $style = $attributes['style']; 100 100 $attributes['style'] = $style . $link_style; -
product-image-hover-effects-wooc-wpshare247/trunk/readme.txt
r2885663 r2906769 4 4 Tags: woocommerce, effect, product hover, product shadow, wooc 5 5 Requires at least: 4.9 6 Tested up to: 6. 1.16 Tested up to: 6.2 7 7 Requires PHP: 5.6 8 Stable tag: 1.0. 68 Stable tag: 1.0.7 9 9 License: GPLv2 or later 10 10 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 117 117 * Fixed on Flatsome Child 118 118 119 = 1.0.7 = 120 121 * Check warning php 122 119 123 == Upgrade Notice == 120 124
Note: See TracChangeset
for help on using the changeset viewer.