wp get child theme 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 path in wordpress
include( get_template_directory_uri() . '/includes/my_file.php' );