feature: First build

This commit is contained in:
Keith Solomon
2026-01-26 08:24:46 -06:00
parent 27511d8ec0
commit d6df4c18a2
6 changed files with 240 additions and 10 deletions

View File

@@ -1,15 +1,15 @@
<?php
/**
* Block Name: {{ BLOCK_NAME }}
* Block Name: {{BLOCK_NAME}}
*
* Add a description of your block. Shows up in the block inserter
* Add a description of your block. Shows up in the block inserter.
*
* @package BasicWP
*/
namespace BasicWP;
$classes = '{{ BLOCK_SLUG }}';
$classes = '{{BLOCK_SLUG}}';
/**
* NOTE: DO NOT remove this function call - it is required to avoid editor issues.