test
Ayto einai dokimastiko arthro [pdf-embedder url=”https://actions.goldenhost.gr/wp-content/uploads/2025/03/dummy.pdf”] // Shortcode: district_hierarchy function district_hierarchy_shortcode($atts) { $atts = shortcode_atts([ ‘taxonomy’ => ‘category’, // default αν δεν δώσεις ‘post_id’ => get_the_ID(), ], $atts, ‘district_hierarchy’); $post_id = intval($atts[‘post_id’]); $taxonomy = sanitize_text_field($atts[‘taxonomy’]); $terms = get_the_terms($post_id, $taxonomy); if (!$terms || is_wp_error($terms)) return ”; // Ομαδοποίηση ανά parent $by_parent = []; foreach […]