cescar
The post tax_machine_type appeared first on GenerateWP.
cescar
// Register Custom Taxonomy
function machine_type() {
$labels = array(
'name' => _x( 'Machine Types', 'Taxonomy General Name', 'cescar' ),
'singular_name' => _x( 'Machine Type', 'Taxonomy Singular Name', 'cescar' ),
'menu_name' => __( 'Machine Types', 'cescar' ),
'all_items' => __( 'All Machine Types', 'cescar' ),
'parent_item' => __( 'Parent Machine Type', 'cescar' ),
'parent_item_colon' => __( 'Parent Machine Type:', 'cescar' ),
'new_item_name' => __( 'New Machine Type', 'cescar' ),
'add_new_item' => __( 'Add New Machine Type', 'cescar' ),
'edit_item' => __( 'Edit Machine Type', 'cescar' ),
'update_item' => __( 'Update Machine Type', 'cescar' ),
'view_item' => __( 'View Machine Type', 'cescar' ),
'separate_items_with_commas' => __( 'Separate machine type with commas', 'cescar' ),
'add_or_remove_items' => __( 'Add or remove machine type', 'cescar' ),
'choose_from_most_used' => __( 'Choose from the most used', 'cescar' ),
'popular_items' => __( 'Popular Machine Type', 'cescar' ),
'search_items' => __( 'Search Machine Types', 'cescar' ),
'not_found' => __( 'Not Found Machine Types', 'cescar' ),
'no_terms' => __( 'No Machine Types', 'cescar' ),
'items_list' => __( 'Machine types list', 'cescar' ),
'items_list_navigation' => __( 'Machine type list navigation', 'cescar' ),
);
$args = array(
'labels' => $labels,
'hierarchical' => true,
'public' => true,
'show_ui' => true,
'show_admin_column' => true,
'show_in_nav_menus' => true,
'show_tagcloud' => true,
'show_in_rest' => true,
);
register_taxonomy( 'machine_type', array( 'cnc_machine' ), $args );
}
add_action( 'init', 'machine_type', 0 );
| # | Наименование новости | Тональность | Информативность | Дата публикации |
|---|---|---|---|---|
| 1 | cnc-machine | 0 | 16.53 | 26-01-2026 |
| 2 | industry | 0 | 8.26 | 27-01-2026 |
| 3 | cpt_cnc_services | 0 | 8.4 | 26-01-2026 |
| 4 | cpt_cnc_materials | 0 | 8.4 | 26-01-2026 |
| 5 | Applications | 0 | 8.26 | 27-01-2026 |
| 6 | Untitled Snippet | 0 | 12.47 | 13-01-2026 |
| 7 | Standart | 0 | 15.73 | 06-01-2026 |
| 8 | hgrjtj | 0 | 8.26 | 13-01-2026 |
| 9 | Taxo EA Interna 1 | 0 | 17.08 | 26-01-2026 |
| 10 | Boxsquad | 0 | 8.1 | 30-07-2026 |