Skip to content

Instantly share code, notes, and snippets.

View AdsonCicilioti's full-sized avatar
🎯
Focusing on JS World

Adson Cicilioti AdsonCicilioti

🎯
Focusing on JS World
  • Brazil
View GitHub Profile
@AdsonCicilioti
AdsonCicilioti / cpt-produto.php
Created August 15, 2023 16:49
"Produto" custom post type, "Linha de Produto" and "Categoria de Produto" taxonomies.
<?php
function flora_ndb_register_cpt_produto() {
/**
* Post Type: Produtos.
*/
$labels = array(
'name' => __( 'Produtos', 'flora_ndb' ),
'singular_name' => __( 'Produto', 'flora_ndb' ),
'menu_name' => __( 'Produtos', 'flora_ndb' ),