Wiedza i inspiracje

Kategoria: test

'category’, 'hide_empty’ => true]); echo ’Wszystkie’; if (!is_wp_error($terms)) { foreach ($terms as $term) { $active = is_category($term->term_id) ? ’ active’ : ”; echo ’’ . esc_html($term->name) . ’’; } } ?>