🩹 Move get_header hook above wp_head() (Fixes #3171)

This commit is contained in:
Brandon
2024-01-04 00:30:48 -06:00
parent 66a39822ee
commit 94a1787838

View File

@@ -3,12 +3,12 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
@php(do_action('get_header'))
@php(wp_head())
</head>
<body @php(body_class())>
@php(wp_body_open())
@php(do_action('get_header'))
<div id="app">
<a class="sr-only focus:not-sr-only" href="#main">