We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9985afa commit e37de45Copy full SHA for e37de45
2 files changed
README.md
@@ -51,7 +51,6 @@ This plugin loads many of its defaults & settings from `plugin.json`. See [Confi
51
52
* Add task runner, related documentation, update .gitignore and rearrange `./assets`
53
* Add external class library for common features
54
- * Improve configuration management
55
* Add ability to modify plugin meta in Plugins list
56
* Move Cache class as separate dependency
57
* Add Ajax call example
app/Plugin.php
@@ -9,8 +9,8 @@
9
class Plugin {
10
11
public static $textdomain;
12
+ public static $config;
13
protected static $cache;
- protected static $config;
14
15
function __construct() {
16
0 commit comments