Adding HTML to document head in v2?
-
Hi,
I’ve been a huge fan of WP Maintenance Mode, and just upgraded to version 2.0. However, I am disappointed to discover the removal of one essential hook which I need for my site—that is,
wm_head
. I need it because I wish to add a<meta>
viewport tag to the page<head>
, like so:<meta name='viewport' content='width=device-width,initial-scale=1.0,user-scalable=no' />
Obviously, I would very much *not* prefer to modify the plugin itself. Is there an available action or filter that allows me to do this? I need to have my maintenance page viewable on mobile devices.
Thanks,
Caleb
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Adding HTML to document head in v2?’ is closed to new replies.