Template Tag: Plugin
This renders a widget provided by the specified plugin through its SkinTag()
function.
The plugin is identified by its plugin_code
.
Examples
Quick Template
[Plugin:evo_sociallogin]
: renders the social login buttons provided by the Social Login plugin.
[Plugin:evo_Calr]
: renders a calendar widget provided by the Calendar plugin.
Parameters
This does not accept parameters other than the plugin code used as the Tag of the Scope.
Return value
This displays the plugin’s widget, it does not have a return value.