You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement static Notices::add() method with hybrid storage system
- Add static storage property for notices added via static method
- Maintain add() method as static while preserving instance rendering
- Merge static notices into instance notices during construction
- Update README with proper initialization and usage examples
- Reorganize documentation for better developer workflow
This enables calling Notices::add() statically while maintaining
WordPress admin notice rendering through instance-based approach.
Fixes#23
The notice will be automatically displayed on admin pages. The `Notices` class handles rendering and styling according to WordPress admin notice standards.
152
+
The notices will be automatically displayed on admin pages. The `Notices` class handles rendering and styling according to WordPress admin notice standards.
0 commit comments