Automattic / Automattic/VIP-Coding-Standards

Catch `setup_post_data` call without checking user capabilities in templates

オープン
#38 コメント 3 件 リアクション 0 件 担当者 1 名 @david-binda が担当を希望しています GitHub で見る
Type: Enhancement
主要言語
PHP
スター
261
フォーク
44
平均マージ
19分
マージ済み PR(30日)
1

説明

eg:

```
$post_id = get_query_var( 'post_id', null );
$post = get_post( $post_id );
setup_post_data( $post );
```

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。