Description
Filters the list of CSS body class names for the current post or page.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 859 |
Parameters
Type | Name | Description |
---|---|---|
string[] | $classes | An array of body class names. |
string[] | $css_class | An array of additional class names added to the body. |
PHP Doc
/**
* Filters the list of CSS body class names for the current post or page.
*
* @since 2.8.0
*
* @param string[] $classes An array of body class names.
* @param string[] $css_class An array of additional class names added to the body.
*/