Jake Vanderwerf
2026-04-26 5697a1c3af703f04902c0422c0536c88899ebb27
taxonomies/_setup.php
@@ -20,28 +20,12 @@
 *             -> add use_in_stats (bool) to use the field in user statistics
 */
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');
require(AJV_DIR . '/taxonomies/timeline.php');
require(AEI_DIR . '/taxonomies/flags.php');
add_filter('jvb_taxonomy', 'altr_taxonomy');
function altr_taxonomy():array
{
    return [
        '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(),
    ];
}
//add_filter('jvb_taxonomy', 'aei_taxonomy');
//function aei_taxonomy():array
//{
//    return [
//        'flags'     => aei_flags(),
//    ];
//}