feature: Initial commit
Sync TODOs with Issues / sync_todos (push) Successful in 19s

This commit is contained in:
Keith Solomon
2026-05-02 10:38:21 -05:00
parent a21ad94189
commit d7e721f323
44 changed files with 102 additions and 102 deletions
+3 -3
View File
@@ -1,15 +1,15 @@
<?php
/**
* Functions file for the BasicWP theme.
* Functions file for the CWC theme.
*
* This file initializes the theme by including necessary dependencies
* and loading additional function files.
*
* @package BasicWP
* @package CWC
* @since 1.0.0
*/
namespace BasicWP;
namespace CWC;
// Load functions.
foreach ( glob( __DIR__ . '/lib/*.php' ) as $filename ) {