Filters the CSS classes for the body tag in the admin.
This filter differs from the ‘post_class’ and ‘body_class’ filters in two important ways:
$classes is a space-separated string of class names instead of an array.$classesstring
$admin_body_classes = apply_filters( 'admin_body_class', '' );
| Version | Description |
|---|---|
| 2.3.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/admin_body_class