theme/inc/frontend/woocommerce.php
есть хукadd_action( 'woocommerce_before_shop_loop_item_title', 'pika_wrapper_product_top_info', 5 );
function child_custom_actions() {
remove_action( 'woocommerce_before_shop_loop_item_title', 'pika_wrapper_product_top_info', 5 );
}
add_action( 'init' , 'child_custom_actions', 20);