【関数】add_theme_support( ‘wp-block-styles’ )
ブロック用のCSSを有効化する。
function neko_block_setup(){
add_theme_support( 'wp-block-styles' );
}
add_action( 'after_setup_theme', 'neko_block_setup' );
【関数】add_theme_support( ‘wp-block-styles’ )
ブロック用のCSSを有効化する。
function neko_block_setup(){
add_theme_support( 'wp-block-styles' );
}
add_action( 'after_setup_theme', 'neko_block_setup' );