wordpress get theme child directory code example
Example 1: wordpress base theme child url
<img src="<?php echo get_stylesheet_directory_uri(); ?>/images/test.png" alt="" width="" height="" />
Example 2: get theme folder path in wordpress
echo get_stylesheet_directory_uri();