Is there a way to progmatically rebuild template caches?

Jaxel

Well-known member
Topic. I have a feeling I can do it with this:
Code:
XenForo_Application::defer('Atomic', array('simple' => array('TemplateReparse', 'Template')));
But I don't want to be wrong.
 
Right now, the deferred process occurs when the next defer process is called via AJAX, so if you want to rebuild the templates as soon as possible go with manual process. At least that's what I know.
 
Top Bottom