Powered by MediaWiki
Personal tools

Tag plugins call by code

From B2evolution

Jump to: navigation, search

[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,
  ) );