<br />
<b>Notice</b>:  Function _load_textdomain_just_in_time was called <strong>incorrectly</strong>. Translation loading for the <code>meta-box</code> domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the <code>init</code> action or later. Please see <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 6.7.0.) in <b>/home/u410778160/domains/gopalasatvik.in/public_html/wp-includes/functions.php</b> on line <b>6114</b><br />
public function save_custom_schemes()
{
    // Elementor 3.26+ removed Schemes Manager
    if ( ! class_exists( '\Elementor\Core\Schemes\Manager' ) ) {
        return;
    }

    if ( ! class_exists( '\BigHearts_Theme_Helper' ) ) {
        return;
    }

    if ( ! class_exists( '\Elementor\Core\Schemes\Manager' ) ) return;
$schemes_manager = new Schemes_Manager();

    $header_font = BigHearts::get_option('header-font');
    $main_font = BigHearts::get_option('main-font');

    $theme_color = BigHearts::get_mb_option(
        'theme-primary-color',
        'mb_page_colors_switch',
        'custom'
    );

    $theme_fonts = [
        '1' => [
            'font_family' => esc_attr($header_font['font-family']),
            'font_weight' => esc_attr($header_font['font-weight']),
        ],
        '2' => [
            'font_family' => esc_attr($header_font['font-family']),
            'font_weight' => '400',
        ],
        '3' => [
            'font_family' => esc_attr($main_font['font-family']),
            'font_weight' => esc_attr($main_font['font-weight']),
        ],
        '4' => [
            'font_family' => esc_attr($main_font['font-family']),
            'font_weight' => '700',
        ],
    ];

    self::$typography_1 = $theme_fonts['1'];
    self::$typography_2 = $theme_fonts['2'];
    self::$typography_3 = $theme_fonts['3'];
    self::$typography_4 = $theme_fonts['4'];

    $scheme_obj_typo = $schemes_manager->get_scheme('typography');

    $theme_color = [
        '1' => esc_attr($theme_color),
        '2' => esc_attr($header_font['color']),
        '3' => esc_attr($main_font['color']),
        '4' => esc_attr($theme_color),
    ];

    $scheme_obj_color = $schemes_manager->get_scheme('color');

    if ($scheme_obj_typo) {
        $scheme_obj_typo->save_scheme($theme_fonts);
    }

    if ($scheme_obj_color) {
        $scheme_obj_color->save_scheme($theme_color);
    }
}<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://gopalasatvik.in/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-team-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-footer-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-header-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-side_panel-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-posts-portfolio-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-taxonomies-post_tag-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-taxonomies-post_format-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-taxonomies-portfolio-category-1.xml</loc></sitemap><sitemap><loc>https://gopalasatvik.in/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>
