SILENT KILLERPanel

Current Path: > home > > > > transcarter > www > > > wp-content > themes > bridge > framework > admin > options > elementor


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.8
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home////transcarter/www///wp-content/themes/bridge/framework/admin/options/elementor

NameTypeSizeLast ModifiedActions
map.php File 1220 bytes March 10 2023 20:42:10.

Reading File: /home////transcarter/www///wp-content/themes/bridge/framework/admin/options/elementor/map.php

<?php

if(!function_exists('bridge_qode_elementor_options_map')) {
    /**
     * Visual Composer options page
     */
    function bridge_qode_elementor_options_map() {

        bridge_qode_add_admin_page(array(
            'slug' => '_elementor',
            'title' => esc_html__('Elementor', 'bridge'),
            'icon' => 'fa fa-th-list'
        ));

        $panel_general = bridge_qode_add_admin_panel(array(
            'title'	=> esc_html__('General', 'bridge'),
            'name'	=> 'panel_general',
            'page'	=> '_elementor'
        ));

        bridge_qode_add_admin_field(
            array(
                'parent' => $panel_general,
                'type' => 'yesno',
                'name' => 'override_elementor_fonts',
                'default_value' => 'no',
                'label' => esc_html__('Override Elementor Line Height and Font Size options with theme options', 'bridge'),
                'description' => esc_html__('Enable this option if you want to override default Elementor Heading\'s font size and line height options with theme options','bridge'),
            )
        );

    }
    add_action('bridge_qode_action_options_map','bridge_qode_elementor_options_map',185);
}

SILENT KILLER Tool