STRATO-apps/wordpress_03/app/wp-content/themes/blocksy-child/functions.php
SHA-256: 92d414b2939c9981d2f9a993aafda6ef7c90b2dc96c5c96817cb9c65a1babc3e
<?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' );
});