Skip to content

Kirby 3.5.7.1

$appplugins->plugins()

Loads and returns all plugins in the site/plugins directory Loading only happens on the first call.

$appplugins->plugins(array $plugins = null): array

Parameters

Name Type Default Description
$plugins array null Can be used to overwrite the plugins registry

Return type

array

Parent class

Kirby\Cms\AppPlugins