Files
local-content-pro/functions.php
Jeremy Rangel f356906bb1 Theme Files
2024-11-13 16:32:19 -08:00

6 lines
145 B
PHP

<?php
function my_block_theme_setup() {
add_theme_support( 'block-templates' );
}
add_action( 'after_setup_theme', 'my_block_theme_setup' );