Skip to content

Commit

Permalink
Change hooks jankx_template_page_template_names to `jankx/template/…
Browse files Browse the repository at this point in the history
…page/template_names`
  • Loading branch information
puleeno committed Jan 18, 2023
1 parent 37be939 commit 2368fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Page.php
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ public function generateTemplateNames()
array_push($templates, 'index');

return apply_filters(
'jankx_template_page_template_names',
'jankx/template/page/template_names',
$templates,
$this->context,
$this->templates
Expand Down

0 comments on commit 2368fd0

Please sign in to comment.