11 lines
186 B
PHP
Executable file
11 lines
186 B
PHP
Executable file
<?php
|
|
|
|
/**
|
|
* Block Patterns.
|
|
*/
|
|
require get_stylesheet_directory() . '/inc/block-patterns.php';
|
|
|
|
/**
|
|
* Block Styles.
|
|
*/
|
|
require get_stylesheet_directory() . '/inc/block-styles.php';
|