wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_login_viewport_meta › WordPress Function

Since3.7.0
Deprecatedn/a
wp_login_viewport_meta ( No parameters )
Defined at:
Codex:

Outputs the viewport meta tag for the login page.



Source

function wp_login_viewport_meta() {
	?>
	<meta name="viewport" content="width=device-width" />
	<?php
}