WordPress Version: 5.6
/**
* Outputs the viewport meta tag for the login page.
*
* @since 3.7.0
*/
function wp_login_viewport_meta()
{
?>
<meta name="viewport" content="width=device-width" />
<?php
}
The timeline below displays how wordpress function wp_login_viewport_meta has changed across different WordPress versions. If a version is not listed, refer to the next available version below.
/**
* Outputs the viewport meta tag for the login page.
*
* @since 3.7.0
*/
function wp_login_viewport_meta()
{
?>
<meta name="viewport" content="width=device-width" />
<?php
}
/**
* Outputs the viewport meta tag.
*
* @since 3.7.0
*/
function wp_login_viewport_meta()
{
?>
<meta name="viewport" content="width=device-width" />
<?php
}
/**
* @since 3.7.0
*/
function wp_login_viewport_meta()
{
?>
<meta name="viewport" content="width=device-width" />
<?php
}
function wp_login_viewport_meta()
{
?>
<meta name="viewport" content="width=device-width" />
<?php
}