Finding what theme is useful in some wordpress functions, if you are creating a bespoke system based on wordpress
$obj=wp_get_theme();
gets an aobject
$obj->template
is the directory name that the theme is installed in
Finding what theme is useful in some wordpress functions, if you are creating a bespoke system based on wordpress
$obj=wp_get_theme();
gets an aobject
$obj->template
is the directory name that the theme is installed in