-
- Downloads
Changed paremters order, added factory, added functions.
Showing
- composer.json 2 additions, 1 deletioncomposer.json
- src/WPDesk/Notice/Factory.php 47 additions, 0 deletionssrc/WPDesk/Notice/Factory.php
- src/WPDesk/Notice/Notice.php 71 additions, 3 deletionssrc/WPDesk/Notice/Notice.php
- src/WPDesk/Notice/PermanentDismissibleNotice.php 3 additions, 3 deletionssrc/WPDesk/Notice/PermanentDismissibleNotice.php
- src/WPDesk/functions.php 31 additions, 0 deletionssrc/WPDesk/functions.php
... | ... | @@ -25,7 +25,8 @@ |
"wimg/php-compatibility": "^8" | ||
}, | ||
"autoload": { | ||
"psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"} | ||
"psr-4": {"WPDesk\\Notice\\": "src/WPDesk/Notice/"}, | ||
"files": ["src/WPDesk/functions.php"] | ||
}, | ||
"autoload-dev": { | ||
}, | ||
... | ... |
src/WPDesk/Notice/Factory.php
0 → 100644
src/WPDesk/functions.php
0 → 100644
Please register or sign in to comment