Posiciones CAT U15 4TO RANK MENOR FEM 2023
- Versión
- Descargar 19
- Tamaño del archivo 11.46 KB
- Recuento de archivos 1
- Fecha de creación 25 octubre, 2023
- Última actualización 31 octubre, 2023
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);