|
@@ -1,7 +1,6 @@
|
|
<?php
|
|
<?php
|
|
if ( ! function_exists( 'blockbase_support' ) ) :
|
|
if ( ! function_exists( 'blockbase_support' ) ) :
|
|
function blockbase_support() {
|
|
function blockbase_support() {
|
|
-
|
|
|
|
// Alignwide and alignfull classes in the block editor.
|
|
// Alignwide and alignfull classes in the block editor.
|
|
add_theme_support( 'align-wide' );
|
|
add_theme_support( 'align-wide' );
|
|
|
|
|
|
@@ -39,7 +38,7 @@ if ( ! function_exists( 'blockbase_support' ) ) :
|
|
);
|
|
);
|
|
|
|
|
|
}
|
|
}
|
|
- add_action( 'after_setup_theme', 'blockbase_support' );
|
|
|
|
|
|
+ add_action( 'after_setup_theme', 'blockbase_support', 9 );
|
|
endif;
|
|
endif;
|
|
|
|
|
|
/**
|
|
/**
|