wordpress get child theme directory uri 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 child theme path in wordpress
get_stylesheet_directory() oR
get_theme_file_uri()