| | |
| | | require(AJV_DIR . '/taxonomies/age.php'); |
| | | require(AJV_DIR . '/taxonomies/body-part.php'); |
| | | require(AJV_DIR . '/taxonomies/goal.php'); |
| | | require(AJV_DIR . '/taxonomies/person.php'); |
| | | require(AJV_DIR . '/taxonomies/section.php'); |
| | | require(AJV_DIR . '/taxonomies/skin-type.php'); |
| | | require(AJV_DIR . '/taxonomies/style.php'); |
| | | require(AJV_DIR . '/taxonomies/theme.php'); |
| | |
| | | 'age' => altr_age(), |
| | | 'body-part' => altr_body_part(), |
| | | 'goal' => altr_goal(), |
| | | 'person' => altr_person(), |
| | | 'skin-type' => altr_skin_type(), |
| | | 'timeline' => altr_timeline(), |
| | | 'style' => altr_style(), |
| | | 'theme' => altr_theme(), |
| | | 'section' => altr_section(), |
| | | ]; |
| | | } |