Display woo commerce Reviews on any other Place

woocommerce_template_product_review() {

woocommerce_get_template( ‘single-product/tabs/tabs.php’ );

}

add_action( ‘woocommerce_single_product_summary’, ‘woocommerce_template_product_review’, 20 );