refactor: rename namespace SoloFrameEvo to KsPortfolio

This commit is contained in:
Keith Solomon
2026-08-16 13:06:38 -05:00
parent 664e227f15
commit 9005aeed1a
13 changed files with 22 additions and 16 deletions
+7 -1
View File
@@ -9,13 +9,19 @@
* @since 1.0.0
*/
namespace SoloFrameEvo;
namespace KsPortfolio;
// Load functions.
foreach ( glob( __DIR__ . '/lib/*.php' ) as $filename ) {
include_once $filename;
}
// Project helper (thin wrapper around the projects-portfolio plugin).
$projects_helper = __DIR__ . '/lib/class-projects.php';
if ( file_exists( $projects_helper ) ) {
require_once $projects_helper;
}
/** Registers custom ACF (Advanced Custom Fields) blocks for use in the WordPress theme.
*
* This function is intended to define and register custom Gutenberg blocks