Hello,
The woocommerce order notes are counted in the stats on the dashboard. It doesn't make much sense to count these ? If I look at the source code it's the expected behavior though...
In WpdiscuzHelperAjax, method wpd_stat_brief().
This sends us to the dbManager and the method getCommentsCount().
The sql query is : $sql = "SELECT COUNT(*) FROM `{$this->db->comments}` WHERE `comment_approved` = '1';"; ... so no filtering the woocommerce order notes ? Is this planned in the roadmap ?
Thanks.

