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 fa1681dad9
commit 68f8d9791d

View File

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