Im writing a application cache plugin for WordPress.
I was wondering how i can modify the <\html> tag in the current theme from my plugin to:
<\html manifest=”Site_url()…/plugin/bla.php?var1=foo&var2=bar”>
I was googling and looking up stuff on the wordpress’ dev site, but no luck yet.
I appreciate any help (:
Best,
m
You can try
language_attributes. This assumes that they have followed wordpress theme standards and their header includes the following:Example of the filter: