Automattic / Automattic/VIP-Coding-Standards
Catch `setup_post_data` call without checking user capabilities in templates
Đang mở
Type: Enhancement
- Ngôn ngữ chính
- PHP
- Star
- 261
- Fork
- 44
- Merge trung bình
- 19 phút
- Pull request đã merge (30 ngày)
- 1
Mô tả
eg:
```
$post_id = get_query_var( 'post_id', null );
$post = get_post( $post_id );
setup_post_data( $post );
```
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.