Answers for "wordpress get child theme directory url"

PHP
2

get child theme path in wordpress

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

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

Code answers related to "wordpress get child theme directory url"

Browse Popular Code Answers by Language