1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-09 09:13:25 +02:00
1
E_shortcode
Cameron edited this page 2017-01-28 13:17:52 -08:00
title, permalink
title permalink
E shortcode /E_shortcode/

English | Français | Deutsch | Magyar

e_shortcode

Adding a e_shortcode.php to the plugin directory will allow you to use shortcodes in your e107 website. In other words, it allows you to execute code by inserting your {SHORTCODE} to texts and templates. Eg. the banner plugin uses e_shortcode.php to display banners on any page once the plugin has been called by adding {BANNER} or {BANNER=x}.

Category:Plugin Development