olefredrik / FoundationPress

FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb
https://foundationpress.olefredrik.com
MIT License
2.7k stars 869 forks source link

Add wp_body_open() to header.php #1377

Open derweili opened 5 years ago

derweili commented 5 years ago

WordPress 5.2 introduces the new wp_body_open() template tag.

This new template tag gives Plugins the possibility to add code directly after the opening body tag.

Read more: https://generatewp.com/wordpress-5-2-action-that-every-theme-should-use/

We should implement this template tag in FoundationPress