remove use of constant

This commit is contained in:
Ray Elliott 2020-08-16 16:48:38 +01:00
parent 3871c75041
commit 6bb91ed855
1 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
<?php
define( 'BLOCK_NAMESPACE', '<<INSERT BLOCK NAMESPACE HERE>>' );
$block_namespace = BLOCK_NAMESPACE;
$block_namespace = '<<INSERT BLOCK NAMESPACE HERE>>';
$block_slug = basename( dirname( __FILE__ ) );
add_action( 'init', function() {