Creates child theme template files
This commit is contained in:
commit
75fe5d5f66
|
@ -0,0 +1,7 @@
|
|||
<?php
|
||||
if (! defined('WP_DEBUG')) {
|
||||
die( 'Direct access forbidden.' );
|
||||
}
|
||||
add_action( 'wp_enqueue_scripts', function () {
|
||||
wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
|
||||
});
|
Binary file not shown.
After Width: | Height: | Size: 320 KiB |
Loading…
Reference in New Issue