Replace Entire Template
#1
How to replace entire template using find_replace_templatesets('forumbit_depth1_cat', ' ', ' ');
Reply
#2
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.
Reply


Forum Jump:


Users browsing this thread: 3 Guest(s)