显示post container元素的类。
post_class( string|array $class = ”, int|WP_Post $post_id = null )
参数(Parameters)
| 参数 | 类型 | 必填 | 说明 |
|---|---|---|---|
| $class | (string | array) | 可选 | 要添加到类列表中的一个或多个类。 |
| $post_id | (int | WP_Post) | 可选 | Post ID或Post对象。默认为全局$post。 |
返回(Return)
无返回值
| 更新版本 | 源码位置 | 使用 | 被使用 |
|---|---|---|---|
| 2.7.0 | wp-includes/post-template.php:455 | 0 | 1 function |





















