$post->ID, 'orderby' => 'comment_ID', 'order' => 'DESC', 'approve' => 'approve', 'type' => AtumComments::NOTES_KEY, ); // Bypass the AtumComments filter to get rid of ATUM Order notes comments from queries. $atum_comments = AtumComments::get_instance(); remove_filter( 'comments_clauses', array( $atum_comments, 'exclude_atum_order_notes' ) ); $notes = get_comments( $args ); add_filter( 'comments_clauses', array( $atum_comments, 'exclude_atum_order_notes' ) ); ?>