Файловый менеджер - Редактировать - /home/digitalm/invisalign/wp-content/themes/healthy-smiles/core/starter.php
Назад
<?php namespace HealthySmilesSpace; use HealthySmilesSpace\Core\Core; if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly } /** * Starter class for theme modules. * * Includes autoloader and Core class. * * @since 1.0.0 */ class Starter { /** * Starter constructor. * * Includes autoloader and Core class. * * @since 1.0.0 */ public function __construct() { require_once get_parent_theme_file_path( '/core/autoloader.php' ); Autoloader::run(); new Core(); } } new Starter();
| ver. 1.4 |
Github
|
.
| PHP 8.3.23 | Генерация страницы: 0.04 |
proxy
|
phpinfo
|
Настройка