1
0
mirror of https://github.com/ulaulaman/eduinaf.git synced 2024-12-14 07:54:23 +01:00

Abilitati gli speciali anche per videolezioni e astrodidattica

This commit is contained in:
ulaulaman 2020-07-09 19:54:32 +02:00
parent d9f182abc5
commit 3462b34904

View File

@ -14,7 +14,7 @@ function speciali_tax() {
register_taxonomy(
'speciali',
array('post'), /* per estendere array('post','page','custom-post-type') */
array('post','astrodidattica','videolezione'), /* per estendere array('post','page','custom-post-type') */
array(
'hierarchical' => true,
'labels' => $labels,