We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our base.twig template is missing a function that triggers wp_body_open hook that was introduced in version 5.2 of WordPress.
base.twig
wp_body_open
Here's a snippet that I use in my current project:
.... <body class="{{ body_class }}"> {{ fn('wp_body_open') }}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Our
base.twig
template is missing a function that triggerswp_body_open
hook that was introduced in version 5.2 of WordPress.Here's a snippet that I use in my current project:
The text was updated successfully, but these errors were encountered: