mirror of
https://github.com/getgrav/grav.git
synced 2026-02-03 21:30:24 +01:00
fire onPluginsInitialized event
This commit is contained in:
@@ -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)';
|
||||
|
||||
Reference in New Issue
Block a user