corsonr
6/16/2014 - 2:24 PM

WooCommerce re-include order notes in comments list

WooCommerce re-include order notes in comments list

<?php
// Brings WooCommerce order notes back in the comments list
remove_filter( 'comments_clauses', array( 'WC_Comments', 'exclude_order_comments' ) );