Automattic / Automattic/VIP-Coding-Standards
Catch `setup_post_data` call without checking user capabilities in templates
オープン
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 はまだ評価されていません。