get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'blur-style' ); } endif; add_action( 'wp_enqueue_scripts', 'blur_styles' ); // Add block patterns require get_template_directory() . '/inc/block-pattern.php'; // Add block Style require get_template_directory() . '/inc/block-style.php';