子テーマのディレクトリを取得する(ショートコード)

add_shortcode(‘template’, ‘shortcode_tp’);
function shortcode_tp() {
return get_stylesheet_directory_uri();
}

[template]