Skip to content

Commit af50097

Browse files
committed
Changed link to ObjectCache docs
1 parent 76a68ed commit af50097

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ It may also be used as the means of [separating custom code](http://www.billeric
1515
* Namespaces & dependency autoloading
1616
* Version checking (PHP, Carbon Fields)
1717
* [Gulp](https://gulpjs.com/) for JavaScript/SASS processing & minification (see [Gulp](https://github.com/dmhendricks/wordpress-base-plugin/wiki#gulp) notes)
18-
* Object caching (where available) - [Usage Examples](https://github.com/dmhendricks/wordpress-base-plugin/wiki#caching)
18+
* Object caching (where available) - [Usage Examples](https://github.com/dmhendricks/wordpress-toolkit/wiki#objectcache)
1919
* Automatic translation file (`.pot`) creation. See [Translation](https://github.com/dmhendricks/wordpress-base-plugin/wiki#translation).
2020
* Shortcodes, widgets and custom post type (via [PostTypes](https://github.com/jjgrainger/PostTypes/)) examples
2121
* Configuration registry (documentation coming soon) and optional `wp-config.php` [Constants](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants)
@@ -73,7 +73,7 @@ Release changes are noted on the [Releases](https://github.com/dmhendricks/wordp
7373
* Added `VERSION` constant ([info](https://github.com/dmhendricks/wordpress-base-plugin/wiki/Configuration-&-Constants#defined-by-plugin))
7474
* Added [wordpress-toolkit](https://github.com/dmhendricks/wordpress-toolkit) as dependency
7575
* Renamed `Utils` class to `Helpers`
76-
* Added "Clear Cache" link to admin bar dropdown
76+
* Added Ajax example "Clear Cache" link to admin bar dropdown
7777

7878
## Credits
7979

0 commit comments

Comments
 (0)