Final filter that renders template should have PHP_INT_MAX priority.

This commit is contained in:
Daniel Mejta
2018-08-28 07:23:58 +02:00
parent 3585d02f43
commit a9d2541632

View File

@@ -84,7 +84,7 @@ add_filter('comments_template', function ($comments_template) {
} }
return $comments_template; return $comments_template;
}, 100); }, PHP_INT_MAX);
/** /**
* Render WordPress searchform using Blade * Render WordPress searchform using Blade