Файловый менеджер - Редактировать - /home/digitalm/studiodentisticodigitalecm/wp-content/themes/healthy-smiles/kits/settings/main/section.php
Назад
<?php namespace HealthySmilesSpace\Kits\Settings\Main; use HealthySmilesSpace\Kits\Settings\Base\Base_Section; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Main section. */ class Section extends Base_Section { /** * Get name. * * Retrieve the section name. */ public static function get_name() { return 'main'; } /** * Get title. * * Retrieve the section title. */ public static function get_title() { return esc_html__( 'Main', 'healthy-smiles' ); } /** * Get icon. * * Retrieve the section icon. */ public static function get_icon() { return 'eicon-layout-settings'; } /** * Get toggles. * * Retrieve the section toggles. */ public static function get_toggles() { return array( 'main', ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.03 |
proxy
|
phpinfo
|
Настройка