Astra_Ext_Woocommerce_Loader::woo_shop_hover_style_callback( array $styles )

Woo Shop hover styles.


Description


Parameters

$styles

(array) (Required) Hover styles.


Return

(array)


Source

File: addons/woocommerce/classes/class-astra-ext-woocommerce-loader.php

		public function woo_shop_hover_style_callback( $styles ) {

			$styles['fade']      = __( 'Fade', 'astra-addon' );
			$styles['zoom']      = __( 'Zoom', 'astra-addon' );
			$styles['zoom-fade'] = __( 'Zoom Fade', 'astra-addon' );

			return $styles;
		}

Changelog

Changelog
Version Description
1.1.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.