Skip to content
Snippets Groups Projects

added missing method - get_template_path

Merged Krzysztof Dyszczyk requested to merge bugfix/get-template-path into master
1 file
+ 8
0
Compare changes
  • Side-by-side
  • Inline
+ 8
0
@@ -56,6 +56,14 @@ trait TemplateLoad {
return ob_get_clean();
}
/**
* Get template path.
*
* @return string
*/
public function get_template_path() {
return trailingslashit( $this->template_path );
}
}
\ No newline at end of file
Loading