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; }