wordpress_theme_weblog/functions.php
mohammadelendil f847592c7b first
2024-08-24 11:31:19 +03:30

6 lines
No EOL
282 B
PHP

<?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';
?>