Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Commit

Permalink
update title
Browse files Browse the repository at this point in the history
  • Loading branch information
gigitux committed Oct 23, 2023
1 parent 609e6e6 commit d4e4230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SingleProductTemplateController.php
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public function render_template( $template_to_render, $all_templates ) {
* @return WP_Block_Template|null
*/
public function update_template_data_rest_api( $template ) {
$template->title = 'ciao';
$template->title = $this->template_title;
$template->description = $this->template_description;
return $template;
}
Expand Down

0 comments on commit d4e4230

Please sign in to comment.