PATH:
home
/
lab2454c
/
bullionmills.com
/
wp-content
/
plugins
/
elementor
/
core
/
kits
/
documents
/
tabs
<?php namespace Elementor\Core\Kits\Documents\Tabs; use Elementor\Plugin; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } class Settings_Custom_CSS extends Tab_Base { public function get_id() { return 'settings-custom-css'; } public function get_title() { return __( 'Custom CSS', 'elementor' ); } protected function register_tab_controls() { Plugin::$instance->controls_manager->add_custom_css_controls( $this->parent, $this->get_id() ); } }
[-] theme-style-images.php
[edit]
[-] settings-background.php
[edit]
[-] settings-site-identity.php
[edit]
[-] theme-style-typography.php
[edit]
[+]
..
[-] global-colors.php
[edit]
[-] settings-custom-css.php
[edit]
[-] settings-layout.php
[edit]
[-] theme-style-buttons.php
[edit]
[-] settings-lightbox.php
[edit]
[-] theme-style-form-fields.php
[edit]
[-] tab-base.php
[edit]
[-] global-typography.php
[edit]