Answers for "wp get child theme directory"

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
1

get theme path in wordpress

include( get_template_directory_uri() . '/includes/my_file.php' );
Posted by: Guest on August-14-2020

Code answers related to "wp get child theme directory"

Browse Popular Code Answers by Language