From fb34fbdfc0917afa50d9d8eca716ee3270a845c2 Mon Sep 17 00:00:00 2001 From: Pascal Birchler Date: Mon, 22 Dec 2025 10:20:40 +0100 Subject: [PATCH] Replace old Codex link --- src/Cache_Command.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cache_Command.php b/src/Cache_Command.php index 74311b0f..f4a5e396 100644 --- a/src/Cache_Command.php +++ b/src/Cache_Command.php @@ -10,7 +10,7 @@ * request (and is emptied at the end). Use a persistent object cache drop-in * to persist the object cache between requests. * - * [Read the codex article](https://codex.wordpress.org/Class_Reference/WP_Object_Cache) + * [Read the documentation](https://developer.wordpress.org/reference/classes/wp_object_cache) * for more detail. * * ## EXAMPLES