Merge pull request #967 from IanDelMar/wp_body_open
Add support for wp_body_open - thx @IanDelMar !
This commit is contained in:
commit
1e90d3c65f
|
@ -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 ******************* -->
|
||||
|
|
Reference in New Issue