Tag plugins call by code
From B2evolution
[edit] An example
The calendar plugin. Its code is evo_Calr
$Plugins->call_by_code( 'evo_Calr', array( // Params follow: 'block_start' => '', 'block_end' => '', 'displaycaption' => true, 'linktomontharchive' => false, ) );

