diff --git a/bin/plugin b/bin/plugin index a8b089a892..1f2a4c2586 100755 --- a/bin/plugin +++ b/bin/plugin @@ -60,6 +60,9 @@ $grav['streams']; $grav['plugins']->init(); $grav['themes']->init(); +// Initialize Plugins +$grav->fireEvent('onPluginsInitialized'); + $app = new Application('Grav Plugins Commands', GRAV_VERSION); $pattern = '([A-Z]\w+Command\.php)';