This commit is contained in:
2025-05-20 14:15:03 -07:00
parent c074a5ef18
commit edcad561a5
179 changed files with 52733 additions and 4704 deletions

6
page.php Normal file
View File

@@ -0,0 +1,6 @@
<?php
get_header(is_woocommerce() ? "shop" : "");
echo site()->render("page", site()->getCurrentPost(["content"]));
get_footer(is_woocommerce() ? "shop" : "");