Filter hook 'login_body_class'

in WP Core File wp-login.php at line 197

Description

Filters the login page body classes.

Occurrences

Filename Line Number
wp-login.php 197

Parameters

Type Name Description
string[] $classes An array of body classes.
string $action The action that brought the visitor to the login page.

PHP Doc

/**
	 * Filters the login page body classes.
	 *
	 * @since 3.5.0
	 *
	 * @param string[] $classes An array of body classes.
	 * @param string   $action  The action that brought the visitor to the login page.
	 */