Advance Woo Labels with Product slider

PHOTO EMBED

Thu Jul 04 2024 04:18:55 GMT+0000 (Coordinated Universal Time)

Saved by @Pulak

add_filter( 'awl_labels_hooks', 'my_awl_labels_hooks2' );

function my_awl_labels_hooks2( $hooks ) {

$hooks['before_title']['archive']['sp_wpspro_before_product_title'] = array( 'priority' => 10 );

$hooks['on_image']['archive']['sp_wpspro_before_product_thumbnail'] = array( 'priority' => 10 );

return $hooks;

}
content_copyCOPY

https://secure.helpscout.net/inboxes/a66af2abc7090990/views/4174594