Jake Vanderwerf
2026-04-26 3f08cede4c4e71244a5c5f8f6cfe1ce98e5e908b
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(),
//    ];
//}