1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-04 05:37:32 +02:00
1
E_tohtml
Cameron edited this page 2017-01-28 13:17:52 -08:00
title, permalink
title permalink
E tohtml /E_tohtml/

English | Français | Deutsch | Magyar

e_tohtml

Adding a e_tohtml.php to the plugin directory will allow you to hook up with the parsing of content. In other words, it allows you to do stuff with the content on pages. Eg. the linkwords plugin uses e_tohtml.php to check for non-admin pages and replace the words with links, as set in the plugin's admin settings.

Category:Plugin Development