return $this->
theme()->
get_stylesheet();
} /**
* Retrieves the template root of the previewed theme.
*
* @since 3.4.0
*
* @return string Theme root.
*/
public function get_template_root() { return get_raw_theme_root( $this->
get_template(), true
);
} /**
* Retrieves the stylesheet root of the previewed theme.
*
* @since 3.4.0
*
* @return string Theme root.
*/
public function get_stylesheet_root() { return get_raw_theme_root( $this->
get_stylesheet(), true
);
}