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
registerMetaTag
Caching for registerMetaTag (docs) isn't supported.
Add the below to a template. The tag will print on first load but disappear on subsequent refresh.
{% cache %} {% do view.registerMetaTag({'name': 'title', 'content': 'metaContent'}) %} {% endcache %}
^4.0.0
No response
The text was updated successfully, but these errors were encountered:
Thanks for helping me replicate it Oli! PR raised.
Sorry, something went wrong.
Craft 4.5.8 is out now with support for registerMetaTag() + {% cache %} (via #13845) 🎉
registerMetaTag()
{% cache %}
i-just
No branches or pull requests
What happened?
Description
Caching for
registerMetaTag
(docs) isn't supported.Steps to reproduce
Add the below to a template. The tag will print on first load but disappear on subsequent refresh.
Craft CMS version
^4.0.0
PHP version
No response
Operating system and version
No response
Database type and version
No response
Image driver and version
No response
Installed plugins and versions
The text was updated successfully, but these errors were encountered: