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
Changelog
| Version | Description |
|---|---|
| 3.5.0 | Introduced. |