This commit is contained in:
Ben Word
2018-08-21 15:48:26 -06:00
parent 0d4b251130
commit d7acd3a04f
7 changed files with 127 additions and 223 deletions

View File

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