function create_full_category_grid_shortcode() { // --- CONFIGURATION --- $taxonomy_slug = 'research-category'; $acf_field_name = 'research_category_featured_image'; // --- END CONFIGURATION --- $parent_terms = get_terms(array( 'taxonomy' => $taxonomy_slug, 'parent' => 0, 'hide_empty' => false, )); if (empty($parent_terms) || is_wp_error($parent_terms)) { return '
No parent categories found.
'; } $full_output = ''; foreach ($parent_terms as $parent_term) { $full_output .= '