Skip to content
Snippets Groups Projects

feat/woo template

Open Bartek Jaskulski requested to merge feat/woo-template into devel
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -21,7 +21,7 @@ class LoadTemplatePlugin implements Renderer {
}
public function render( $template, $params ) {
public function render($template, array $params = null) {
return $this->plugin->load_template($template, $this->path, $params);
}
}
Loading