What types of changes does your code introduced to project?
Put an x in the boxes that apply
[ ] Bugfix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[x] Documentation Update
Details
Implemented Theme notifications for multisite setup.
Fixed it by replication of core functionality to display notifications.
Checklist
Put an x in the boxes that apply.
[x] Lint and tests pass locally with my changes
[ ] I have added necessary documentation (if appropriate)
Further comments
Currently this feature will work only for multisite setups, will be implementing the feature for single sites in future. currently it is not possible because of complex code base for themes and maintaining the same in future will become difficult.
Types of changes
What types of changes does your code introduced to project? Put an
x
in the boxes that applyDetails
Checklist
Put an
x
in the boxes that apply.Further comments
Currently this feature will work only for multisite setups, will be implementing the feature for single sites in future. currently it is not possible because of complex code base for themes and maintaining the same in future will become difficult.
Closing issues
Fixes: #29