wordpress_theme_weblog/functions.php

6 lines
282 B
PHP
Raw Permalink Normal View History

2024-08-24 08:01:19 +00:00
<?php
include get_template_directory().'/functions/theme_setup.php';
include get_template_directory().'/functions/theme_css_js.php';
include get_template_directory().'/functions/theme_widgets.php';
include get_template_directory().'/functions/filter_comment.php';
?>