We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e195677 commit aeb15dbCopy full SHA for aeb15db
src/Cache_Command.php
@@ -1,11 +1,8 @@
1
<?php
2
3
/**
4
- * The cache command manipulates the WP Object Cache, an object containing data which may be
5
- * computationally expensive to regenerate, like the results of complex database queries. For more
6
- * information on the WP Object Cache see:
7
- * https://codex.wordpress.org/Class_Reference/WP_Object_Cache
8
- *
+ * The cache command manipulates the WP Object Cache. Codex: https://codex.wordpress.org/Class_Reference/WP_Object_Cache.
+ * This is a a test
9
*
10
* Use a persistent object cache drop-in to persist cache values between requests.
11
0 commit comments