From 33e2bd13d636d70f15fc95b9b3ddc25506c3a95a Mon Sep 17 00:00:00 2001 From: IanDelMar <42134098+IanDelMar@users.noreply.github.com> Date: Wed, 8 May 2019 14:33:48 +0200 Subject: [PATCH] Add support for wp_body open WP 5.2 introduced a new `wp_body_open()` function that is used to trigger a `wp_body_open` action. This action is intended to allow developers to inject code immediately following the opening `
` tag. --- header.php | 1 + 1 file changed, 1 insertion(+) diff --git a/header.php b/header.php index 24cf04ba..9716b1b3 100644 --- a/header.php +++ b/header.php @@ -20,6 +20,7 @@ > +