Automattic / Automattic/VIP-Coding-Standards
Catch `setup_post_data` call without checking user capabilities in templates
Abierto
Type: Enhancement
- Lenguaje dominante
- PHP
- Estrellas
- 261
- Forks
- 44
- Merge medio
- 19 min
- PR fusionados (30 d)
- 1
Descripción
eg:
```
$post_id = get_query_var( 'post_id', null );
$post = get_post( $post_id );
setup_post_data( $post );
```
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.