Skip to content
Snippets Groups Projects

feat/woo template

Open Bartek Jaskulski requested to merge feat/woo-template into devel
5 files
+ 75
20
Compare changes
  • Side-by-side
  • Inline

Files

@@ -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