CAT 50-59 3ER RANK VET 2022
- Versión
- Descargar 3
- Tamaño del archivo 84.52 KB
- Recuento de archivos 1
- Fecha de creación 14 octubre, 2022
- Última actualización 14 octubre, 2022
add_filter('get_terms_args', function($args, $taxonomies){ if (is_admin()) { $tax = $taxonomies[0] ?? ''; if ($tax == 'wpdmcategory' || $tax == 'download_category') { $args['orderby'] = 'slug'; $args['order'] = 'DESC'; } } return $args; },10,2);