remove use of constant
This commit is contained in:
parent
3871c75041
commit
6bb91ed855
|
@ -1,7 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
define( 'BLOCK_NAMESPACE', '<<INSERT BLOCK NAMESPACE HERE>>' );
|
|
||||||
|
|
||||||
$block_namespace = BLOCK_NAMESPACE;
|
$block_namespace = '<<INSERT BLOCK NAMESPACE HERE>>';
|
||||||
$block_slug = basename( dirname( __FILE__ ) );
|
$block_slug = basename( dirname( __FILE__ ) );
|
||||||
|
|
||||||
add_action( 'init', function() {
|
add_action( 'init', function() {
|
||||||
|
|
Loading…
Reference in New Issue