Файловый менеджер - Редактировать - /home/digitalm/invisalign/wp-content/themes/healthy-smiles/kits/settings/general/body-background.php
Назад
<?php namespace HealthySmilesSpace\Kits\Settings\General; use HealthySmilesSpace\Kits\Settings\Base\Settings_Tab_Base; use Elementor\Controls_Manager; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Body Background settings. * * @since 1.0.0 */ class Body_Background extends Settings_Tab_Base { /** * Get toggle name. * * Retrieve the settings toggle name. * * @since 1.0.0 * * @return string Toggle name. */ public static function get_toggle_name() { return 'body_background'; } /** * Get title. * * Retrieve the toggle title. * * @since 1.0.0 */ public function get_title() { return esc_html__( 'Body Background', 'healthy-smiles' ); } /** * Register toggle controls. * * Registers the controls of the kit settings tab toggle. * * @since 1.0.0 */ protected function register_toggle_controls() { $this->add_var_group_control( 'body', self::VAR_BACKGROUND ); $this->add_control( 'mobile_theme_color', array( 'label' => esc_html__( 'Mobile Browser Background', 'healthy-smiles' ), 'type' => Controls_Manager::COLOR, 'description' => esc_html__( 'The `theme-color` meta tag will only be available in supported browsers and devices.', 'healthy-smiles' ), 'separator' => 'before', ) ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.06 |
proxy
|
phpinfo
|
Настройка