From 55c4ef7c7e5d2263963c2505eb1a712311030cc9 Mon Sep 17 00:00:00 2001 From: Mukesh Panchal Date: Mon, 8 Jan 2024 21:06:07 +0530 Subject: [PATCH] Add direct_db_queries check --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 13487b6..b1685e7 100644 --- a/README.md +++ b/README.md @@ -142,6 +142,7 @@ At the moment, the following checks exist: * `late_escaping` * `plugin_updater` * `plugin_review_phpcs` +* `direct_db_queries` * `performant_wp_query_params` * `enqueued_scripts_in_footer` * `plugin_readme`