diff --git a/app/filters.php b/app/filters.php index 9969266..57a6726 100644 --- a/app/filters.php +++ b/app/filters.php @@ -67,4 +67,4 @@ add_filter('comments_template', function ($comments_template) { $comments_template ); return template_path(locate_template(["views/{$comments_template}", $comments_template]) ?: $comments_template); -}); +}, 100);