Merge pull request #967 from IanDelMar/wp_body_open

Add support for wp_body_open - thx @IanDelMar !
This commit is contained in:
Holger 2019-05-08 14:17:09 +02:00 committed by GitHub
commit 1e90d3c65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ $container = get_theme_mod( 'understrap_container_type' );
</head>
<body <?php body_class(); ?>>
<?php do_action( 'wp_body_open' ); ?>
<div class="site" id="page">
<!-- ******************* The Navbar Area ******************* -->