Skip to content

Instantly share code, notes, and snippets.

// Creates directory path to child theme - functions.php
function get_childTheme_url() {
return dirname( get_bloginfo('stylesheet_url') );
}
// Prints path
<?php echo get_childTheme_url(); ?>