удалить галерею товара

PHOTO EMBED

Mon Mar 20 2023 16:25:20 GMT+0000 (Coordinated Universal Time)

Saved by @mastaklance

/**
 * Removes single product gallery
*/
function remove_woocommerce_gallery() {
    remove_action( 'woocommerce_before_single_product_summary', 'woocommerce_show_product_images', 20 );
}
add_action( 'init', 'remove_woocommerce_gallery' );
content_copyCOPY