Since a version number is not being passed to wp_enqueue_style(), a child theme with its own version does not have that version number applied to the stylesheet URL, which could lead to old versions of a child theme style.css being cached in the browser.
Since a version number is not being passed to
wp_enqueue_style()
, a child theme with its own version does not have that version number applied to the stylesheet URL, which could lead to old versions of a child themestyle.css
being cached in the browser.https://github.com/raamdev/independent-publisher/blob/36dd2c2856221850c4a5491f18193a325c82e810/functions.php#L277