ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • Functions
  • login_header
  • login_body_class

apply_filters( 'login_body_class', string[] $classes, string $action )

Filters the login page body classes.


Parameters

$classes

An array of body classes.

$action

The action that brought the visitor to the login page.


Source

File: wp-login.php

View on GitHub


Related

Used By

Used By
Used By Description
wp-login.php: login_header()

Output the login page header.


Changelog

Changelog
Version Description
3.5.0 Introduced.
ClassicPress Documentation • Made with ClassicPress
Privacy Policy