add eng version

This commit is contained in:
argoexpert press
2024-05-22 21:02:50 +03:00
parent 9f8ad06536
commit 097eefe379
14 changed files with 435 additions and 20 deletions

View File

@@ -1,6 +1,6 @@
<?php
$categories = get_categories(array(
'exclude' => '17, 20, 21',
'exclude' => get_expression_parts(),
'orderby' => 'name',
'order' => 'ASC',
'hide_empty' => false