Jake Vanderwerf
2026-05-28 ffd41931fa4517d66fe9764b91d445769bc43acf
taxonomies/_setup.php
@@ -22,10 +22,10 @@
require(ATAT_DIR . '/taxonomies/flags.php');
add_filter('jvb_taxonomy', 'atat_taxonomy');
function atat_taxonomy():array
{
    return [
        'flags'     => atat_flags(),
    ];
}
//add_filter('jvb_taxonomy', 'atat_taxonomy');
//function atat_taxonomy():array
//{
//    return [
//        'flags'     => atat_flags(),
//    ];
//}