We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b2a7d commit 9dec910Copy full SHA for 9dec910
views/wp/wrapper.blade.php
@@ -5,6 +5,7 @@
5
<meta name="viewport" content="width=device-width, initial-scale=1.0">
6
<meta http-equiv="X-UA-Compatible" content="ie=edge">
7
<?php wp_head(); ?>
8
+ @yield('head')
9
</head>
10
<body <?php body_class(); ?>>
11
@yield('body')
0 commit comments