We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fe3073 commit 1da1a90Copy full SHA for 1da1a90
views/layouts/base.twig
@@ -38,6 +38,6 @@
38
{% include 'partials/footer.twig' %}
39
{% endblock %}
40
{{ function('wp_footer') }}
41
- {% do action('get_footer', null) %}
+ {% do action('get_footer', null, []) %}
42
</body>
43
</html>
views/partials/head.twig
@@ -3,6 +3,6 @@
3
<meta name="viewport" content="width=device-width, initial-scale=1" />
4
<link rel="author" href="{{ site.theme.link }}/humans.txt" />
5
<link rel="profile" href="http://gmpg.org/xfn/11" />
6
- {% do action('get_header', null) %}
+ {% do action('get_header', null, []) %}
7
{{ function('wp_head') }}
8
</head>
0 commit comments