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