Skip to content

Commit 618372e

Browse files
authored
Merge pull request #556 from pupi1985/patch-94
Load process modules as early as possible for after_db_init plugins
2 parents 56f26d4 + 5c13e36 commit 618372e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qa-include/qa-base.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,8 @@ function qa_initialize_postdb_plugins()
409409

410410
$qa_pluginManager->loadPluginsAfterDbInit();
411411
qa_load_override_files();
412+
413+
qa_report_process_stage('plugins_loaded');
412414
}
413415

414416

0 commit comments

Comments
 (0)