Automattic / Automattic/VIP-Coding-Standards

Catch `setup_post_data` call without checking user capabilities in templates

未关闭
#38 3 条评论 0 个 reaction 已指派 1 人 已被 @david-binda 认领 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。