feat: release news and store experience updates

This commit is contained in:
Codex
2026-07-26 11:09:11 +08:00
parent 2b37713791
commit c63bef311c
100 changed files with 2519 additions and 105 deletions
+2 -1
View File
@@ -14,10 +14,11 @@ $fragrance_trade_modules = array(
'setup.php',
'helpers.php',
'cpt.php',
'service-seeds.php',
'case-seeds.php',
'customizer.php',
);
foreach ( $fragrance_trade_modules as $fragrance_trade_module ) {
require_once get_template_directory() . '/inc/' . $fragrance_trade_module;
}