feat: initial commit - 汽车贴膜门店 WordPress 主题 (B2B Trade v2.0.0)
- WordPress classic theme for car tinting/foil shop - 13 homepage template parts - Customizer panel with 13 sections - RFQ inquiry form handler - Bootstrap 5.3 + AOS + Colorbox frontend - 13 SVG placeholder images - Chinese content defaults
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
<?php
|
||||
/**
|
||||
* Fragrance Trade theme bootstrap.
|
||||
*
|
||||
* @package Fragrance_Trade
|
||||
*/
|
||||
|
||||
if ( ! defined( 'ABSPATH' ) ) {
|
||||
exit;
|
||||
}
|
||||
|
||||
$fragrance_trade_modules = array(
|
||||
'defaults.php',
|
||||
'setup.php',
|
||||
'helpers.php',
|
||||
'cpt.php',
|
||||
'customizer.php',
|
||||
'inquiry.php',
|
||||
);
|
||||
|
||||
foreach ( $fragrance_trade_modules as $fragrance_trade_module ) {
|
||||
require_once get_template_directory() . '/inc/' . $fragrance_trade_module;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user