WordPress 4.7 “Vaughan” comes with a handful of helper functions and filters making theme developers to code child theme file inheritance easily.
The following are enhanced forms of get_stylesheet_directory_uri
, get_stylesheet_directory
and it’s parent parts get_template_directory
, get_template_directory_uri
.
We will explore why these functions are introduced, what they do and where to use them?