1. Code functions.php Kiểm tra Plugin hoạt động hay chưa? if ( is_plugin_active( 'woocommerce/woocommerce.php' ) && is_plugin_active( 'customer-reviews-woocommerce/ivole.php' ) ) { require 'wpshare247-product-review.php'; } 2. Code wpshare247-product-review.php <?php // Đánh giá sản phẩm có hình add_filter( 'woocommerce_product_tabs', 'wpshare247_remove_product_tabs', 98 ); function wpshare247_remove_product_tabs($tabs){ unset( $tabs['reviews'] ); $tabs['wpshare247-custom-reviews'] = array( 'title' =>...
Đăng ngày Chi tiết »