1.5
Improvements
Make use of wp_body_open
which was introduced with WordPress 5.2.0, instead of hacking into body_class
for rendering the <noscript>
tag after <body>
opened.
Hacking into body_class
and closing the class
attribute early did not work anymore since WordPress 5.5 where esc_attr
was added.