Rate and Review notification makes admin HTML invalid
-
The “Hey There! If you like our plugin Subscription Renewal Reminders don’t forget to rate and leave a Review” notification is injected as the first thing into the admin dashboard HTML, before the
<!DOCTYPE html>
declaration, therefore makes the admin UI HTML invalid, which pushes the browser into Quirks mode, which in turn messes up many things in the UI (icons, images are stretched way too much, etc.)The plugin echos the widget on the
wp_dashboard_setup
hook, but that is invalid behaviour. Instead it should use theadmin_notices
hook for this purpose.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rate and Review notification makes admin HTML invalid’ is closed to new replies.