WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about login_body_class

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-login.php apply_filters 191 /**
* 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.
*/

Hook Parameters

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