Skip to content

Instantly share code, notes, and snippets.

@claudiulodro
Last active January 2, 2018 14:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save claudiulodro/98fb75bf4b142d6c6c063ae4fde8ec6c to your computer and use it in GitHub Desktop.
Save claudiulodro/98fb75bf4b142d6c6c063ae4fde8ec6c to your computer and use it in GitHub Desktop.
WooCommerce 3.3 use review template on unsupported theme
<?php
add_filter( 'comments_template', array( 'WC_Template_Loader', 'comments_template_loader' ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment