Answers for "wordpress how to get child theme directory uri"

PHP
2

wordpress base theme child url

<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/test.png" alt="" width="" height="" />
Posted by: Guest on August-28-2020
0

get child theme path in wordpress

get_stylesheet_directory() oR 
get_theme_file_uri()
Posted by: Guest on April-14-2021

Code answers related to "wordpress how to get child theme directory uri"

Browse Popular Code Answers by Language