-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Labels
command:themeRelated to 'theme' commandRelated to 'theme' command
Description
Feature Request
- Yes, I reviewed the contribution guidelines.
Describe your use case and the problem you are facing
Add the following commands
wp theme cache <theme> get <key>
wp theme cache <theme> add <key> <data>
wp theme cache <theme> delete
Describe the solution you'd like
Add command would map to the method cache_add on WP_Theme class.
Get command would map to the method cache_get on WP_Theme class.
Delete command would map to the method cache_delete on WP_Theme class.
This would help manage and clear theme related caches.
Metadata
Metadata
Assignees
Labels
command:themeRelated to 'theme' commandRelated to 'theme' command