参数
- $class
-
(string|string[])(可选) 要添加到类列表的以空格分隔的类名字符串或数组。
默认值: ''
返回
(string[]) 类名数组。
源码
更新日志
版本 | 描述 |
---|---|
2.8.0 | 开始引入 |
使用示例
// If has "home" class in the body if (in_array('home', get_body_class())) { // Class is present } else { // Class is not present }