Category: WP Functions

Directory retrieval

Functions that return a uri get_template_directory_uri will always refer to the parent theme folder for assets. get_stylesheet_directory_uri will refer to the “current” theme folder for assets. If the theme is a child theme, it will refer to that. Neither contain

Top