rename file
This commit is contained in:
parent
5494287999
commit
9c6f61cc09
|
@ -1,5 +1,6 @@
|
||||||
<?php
|
<?php
|
||||||
$block_slug = basename( __FILE__, '.php' );
|
$block_slug = basename( dirname( __FILE__ ) );
|
||||||
|
|
||||||
$theme_slug = get_option( 'stylesheet' );
|
$theme_slug = get_option( 'stylesheet' );
|
||||||
|
|
||||||
add_action( 'init', function() {
|
add_action( 'init', function() {
|
Loading…
Reference in New Issue