Jake Vanderwerf
2 hours ago cf7c6dae604a0bbd471afa156f82555a5a2e9ab7
taxonomies/_setup.php
File was renamed from taxonomies/setup.php
@@ -20,24 +20,14 @@
 *             -> add use_in_stats (bool) to use the field in user statistics
 */
require(AJV_DIR . '/taxonomies/city.php');
require(AJV_DIR . '/taxonomies/form.php');
require(AJV_DIR . '/taxonomies/media.php');
require(AJV_DIR . '/taxonomies/progress.php');
require(AJV_DIR . '/taxonomies/style.php');
require(AJV_DIR . '/taxonomies/target.php');
require(AJV_DIR . '/taxonomies/theme.php');
//add_filter('jvb_taxonomy', 'ajv_taxonomy');
function ajv_taxonomy():array
{
    return [
        'city'      => ajv_city(),
        'style'     => ajv_style(),
        'theme'     => ajv_theme(),
        'form'      => ajv_form(),
        'medium'    => ajv_media(),
        'target'    => ajv_target(),
        'progress'  => ajv_progress(),
    ];
}
require(AMI_DIR . '/taxonomies/product_cat.php');
require(AMI_DIR . '/taxonomies/city.php');
require(AMI_DIR . '/taxonomies/tags.php');
//
//add_filter('jvb_taxonomy', 'ami_taxonomy');
//function ami_taxonomy():array
//{
//    return [
//        'product_cat'      => ami_category(),
//    ];
//}