From 68f8d9791dd0d7a6e3bdf8efb349eb7308467ba3 Mon Sep 17 00:00:00 2001 From: Daniel Mejta Date: Tue, 28 Aug 2018 07:23:58 +0200 Subject: [PATCH] Final filter that renders template should have PHP_INT_MAX priority. --- app/filters.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/filters.php b/app/filters.php index afdbb42..a1d9a20 100644 --- a/app/filters.php +++ b/app/filters.php @@ -84,7 +84,7 @@ add_filter('comments_template', function ($comments_template) { } return $comments_template; -}, 100); +}, PHP_INT_MAX); /** * Render WordPress searchform using Blade