Files
profile/index.php

7 lines
96 B
PHP
Raw Normal View History

2025-07-09 21:21:17 +03:00
<?php
get_header();
get_template_part("template-parts/home/index");
get_footer();