Custom Post Type não funciona
-
Oi tudo bem?
Eu criei um custom post type, porém ele simplesmente não aparece no meu painel, o código é o seguinte:
function register_cpt_retiradas() { register_post_type( 'retiradas', array( 'labels' => array( 'name' => __( 'Retiradas' ), 'singular_name' => __( 'Retirada' ) ), 'public' => true ) ); }
Tem algo errado?
Obrigado
- O tópico ‘Custom Post Type não funciona’ está fechado para novas respostas.