Parcourir la source

:sparkles: adding materials to more post types

tags/0.9.0
J il y a 4 ans
Parent
révision
4fe0749ed7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      plugins/cia-post-types/includes/custom-taxonomies.php

+ 1
- 1
plugins/cia-post-types/includes/custom-taxonomies.php Voir le fichier

@@ -1,6 +1,6 @@
1 1
 <?php
2 2
     function create_materials_taxonomy() {
3
-        $post_types_that_show_materials = [ 'artist', 'exhibition', 'event' ];
3
+        $post_types_that_show_materials = [ 'artist', 'exhibition', 'event', 'guide', 'publication', 'object', 'short' ];
4 4
         register_taxonomy('material', $post_types_that_show_materials, ['label' => 'Materials']);
5 5
     }
6 6
     function create_types_taxonomy() {

Chargement…
Annuler
Enregistrer