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' ) );