Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/themes/code4rest/inc/functions.php
Ðазад
<?php /** * The `code4rest()` function. * * @package code4rest */ namespace Code4rest; use Code4rest\Template_Tags; use Code4rest\Theme; use function get_template_directory; /** * Provides access to all available template tags of the theme. * * When called for the first time, the function will initialize the theme. * * @return Template_Tags Template tags instance exposing template tag methods. */ function code4rest() : Template_Tags { static $theme = null; if ( null === $theme ) { $theme = Theme::instance(); } return $theme->template_tags(); } // Load the CSS class. require get_template_directory() . '/inc/class-code4rest-css.php'; // Load the Local Font class. require get_template_directory() . '/inc/class-local-gfonts.php'; // Load the Customizer class. require get_template_directory() . '/inc/customizer/class-theme-customizer.php'; // Load Settings Page Class. require get_template_directory() . '/inc/dashboard/class-theme-dashboard.php'; // Load the Meta class. require get_template_directory() . '/inc/meta/class-theme-meta.php'; // Load the template functions. require get_template_directory() . '/inc/template-functions/header-functions.php'; require get_template_directory() . '/inc/template-functions/title-functions.php'; require get_template_directory() . '/inc/template-functions/single-functions.php'; require get_template_directory() . '/inc/template-functions/footer-functions.php'; require get_template_directory() . '/inc/template-functions/archive-functions.php'; // Load the template hooks. require get_template_directory() . '/inc/template-hooks.php';
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка