refactor: rename namespace SoloFrameEvo to KsPortfolio
This commit is contained in:
+7
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user