III-RNV-2018-40-49
- Versión
- Descargar 10
- Tamaño del archivo 73.64 KB
- Recuento de archivos 1
- Fecha de creación 27 octubre, 2018
- Última actualización 27 octubre, 2018
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);