/* 
Theme Name: JetElectric
Description: A custom child theme for Jet Électrique, a residential electrical services company in Quebec. This child theme customizes the layout, style, and branding while maintaining compatibility with the parent theme.
Author: Kevin Patel
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

add_filter('pll_get_the_languages', function($languages) {
    foreach ($languages as &$language) {
        $language['name'] = strtoupper($language['slug']); // replace name with uppercase language code
    }
    return $languages;
});