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 0cd931d commit eff5dd3Copy full SHA for eff5dd3
src/Cache_Command.php
@@ -1,10 +1,12 @@
1
<?php
2
3
/**
4
- * The cache command manipulates the WP Object Cache. Codex: https://codex.wordpress.org/Class_Reference/WP_Object_Cache.
+ * cache manipulates the WP Object Cache.
5
*
6
7
- * Use a persistent object cache drop-in to persist cache values between requests.
+ * Use a persistent object cache drop-in to persist cache values between requests.
8
+ *
9
+ * See the Codex for [WP Object Cache](https://codex.wordpress.org/Class_Reference/WP_Object_Cache).
10
11
* ## EXAMPLES
12
0 commit comments