Skip to content
Snippets Groups Projects
Commit 4f6b0cce authored by Grzegorz Rola's avatar Grzegorz Rola
Browse files

added missing method - get_template_path

parent 2ee881c3
No related branches found
No related tags found
1 merge request!14added missing method - get_template_path
Pipeline #7460 failed
...@@ -56,6 +56,12 @@ trait TemplateLoad { ...@@ -56,6 +56,12 @@ trait TemplateLoad {
return ob_get_clean(); return ob_get_clean();
} }
/**
* @return string
*/
public function get_template_path() {
return trailingslashit( $this->template_path );
}
} }
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment