Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new 'wp_body_open' hook #51

Closed
madalingorbanescu opened this issue Jul 24, 2019 · 1 comment
Closed

Add new 'wp_body_open' hook #51

madalingorbanescu opened this issue Jul 24, 2019 · 1 comment

Comments

@madalingorbanescu
Copy link
Contributor

Starting from WordPress 5.2 a new function is added – wp_body_open() – that is used to trigger a wp_body_open action. The intention of this action is to allow people to add things – like a <script> tag – directly inside the body of a page.

Themes should start adding this hook to their themes as soon as 5.2 releases. The function should be placed inside of the tag immediately after it is opened.

More info: https://make.wordpress.org/themes/2019/03/29/addition-of-new-wp_body_open-hook/

@madalingorbanescu madalingorbanescu added this to Icebox in Free WordPress Themes via automation Jul 24, 2019
@issue-label-bot
Copy link

Issue-Label Bot is automatically applying the label feature_request to this issue, with a confidence of 0.93. Please mark this comment with 👍 or 👎 to give our bot feedback!

Links: app homepage, dashboard and code for this bot.

@georgeolaru georgeolaru moved this from Icebox to Done in Free WordPress Themes Jul 29, 2019
@vladolaru vladolaru added this to the 1.1.6 milestone Aug 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

No branches or pull requests

2 participants