Wordpress - Theme Structure and Basics
A developer added this to the child theme's
Why might this cause a problem?
functions.php:<?php
wp_enqueue_style('parent-style', get_stylesheet_directory_uri() . '/style.css');Why might this cause a problem?
