From e2f85f44d2cbc77e0bf0c82b18fbf43d6de21b48 Mon Sep 17 00:00:00 2001 From: Ramon Fincken Date: Mon, 1 Jul 2019 07:03:32 +0200 Subject: [PATCH] [TASK] Update link to wp-config define (#38) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b92dca8..1500a47 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ It provides a visual summary in toolbar that is quick and easy to inspect. Laps automatically tracks many events, such as: - PHP, core, plugins, and themes load, main posts loop, sidebars -- database queries (with [`SAVEQUERIES` constant](http://codex.wordpress.org/Editing_wp-config.php#Save_queries_for_analysis) enabled) +- database queries (with [`SAVEQUERIES` defined constant set to true](https://wordpress.org/support/article/editing-wp-config-php/#save-queries-for-analysis)) - network requests to other sites ## API profiling @@ -52,4 +52,4 @@ phpunit ## License -MIT \ No newline at end of file +MIT