CMS Project Sync

This commit is contained in:
2026-04-15 15:59:53 -04:00
parent 015ea75186
commit a747e2a1d9
11220 changed files with 2590467 additions and 0 deletions
@@ -0,0 +1,21 @@
<?php
/**
* Bluehost Blueprint functions and definitions
*
* @link https://developer.wordpress.org/themes/basics/theme-functions/
*
* @package Bluehost\Blueprint
* @since 1.0.0
*/
// Include the autoloader.
require_once get_template_directory() . '/inc/autoloader.php';
// Initialize theme assets.
Bluehost\Blueprint\Assets::init();
// Initialize theme back-compat class.
Bluehost\Blueprint\Back_Compat::init();
// Initialize the version control system.
Bluehost\Blueprint\Version::init();