Automattic / Automattic/VIP-Coding-Standards
Catch `setup_post_data` call without checking user capabilities in templates
未关闭
Type: Enhancement
- 主要语言
- PHP
- 星标
- 261
- 派生
- 44
- 平均合并
- 19 分钟
- 30 天内合并 PR
- 1
描述
eg:
```
$post_id = get_query_var( 'post_id', null );
$post = get_post( $post_id );
setup_post_data( $post );
```
贡献指南
评估
这个 Issue 还没有评估数据。