2015-10-19, 08:07 PM
1. You should never replace entire templates, otherwise you may remove variables and other stuff added by other plugins etc. and people will complain.
2. But if you really want to, find_replace_templatests()'s 2nd argument is a search regex passed to preg_replace() in the function. You can use .* or anything similar.
2. But if you really want to, find_replace_templatests()'s 2nd argument is a search regex passed to preg_replace() in the function. You can use .* or anything similar.