what’s the equivalent of a revolution plugin in Evo?
I’m moving a site from Revo to Evo and add some custom plugin that were triggered OnWebPageInit how can I do that in Evo?
thanks
http://wiki.modxcms.com/index.php/Order_of_execution
As for OnWebPageInit also try using OnParseDocument
these are the two ones I use for mosts plugin setting
$modx->placholders and PHP str_replace
-
☆ A M B ☆
- 3,141 Posts
There’s no CMPs in Evolution either - its predecessor is a Module.
http://wiki.modxcms.com/index.php/Creating_Modules
-
☆ A M B ☆
- 24,524 Posts