Change YITH Compare Button Position or Add it on Product Items


/*-- Change YITH Compare Button Position or Add it on Product Items --*/

if ( class_exists( 'YITH_Woocompare_Frontend' ) ) {
global $yith_woocompare;
if( ! is_admin() ) {
add_action('woocommerce_after_shop_loop_item', array($yith_woocompare->obj, 'add_compare_link'), 10);
}
}