Closed matzeeable closed 3 years ago
Your implementation to always show notices also shows notices from other plugins.
All notices (also hidden) from other vendors are always visible.
Real Media Library shows a notice for failing WP REST API requests (using the WP Core class .hidden).
.hidden
Do not force showing notices with explicit .hidden class.
Not relevant.
@matzeeable Thanks for your input. I've merged your PR to the repo.
Thanks!
Summary
Your implementation to always show notices also shows notices from other plugins.
Actual Behavior
All notices (also hidden) from other vendors are always visible.
Steps to reproduce
Real Media Library shows a notice for failing WP REST API requests (using the WP Core class
.hidden
).Proposal
Do not force showing notices with explicit
.hidden
class.Environment
Not relevant.