====== DOKUWIKI_INIT_DONE ====== ---- dataentry event ---- Description: Fired when the DokuWiki environment has been initialized DefaultAction: Preventable: no Added_dt: 2022-04-28 ---- This event is signalled in the main code of [[xref>inc/init.php]] after all the initialization has been done, this is an alternative to the [[DOKUWIKI_STARTED]] event. The difference is that DOKUWIKI_INIT_DONE will be fired for all DokuWiki entry points. That includes Ajax requests, feeds and custom plugin entry points, ===== Passed Data ===== No data is passed ===== See also ===== * [[codesearch>DOKUWIKI_INIT_DONE|Code related to this event]] used in any DokuWiki files, plugins and templates * [[devel:Action Plugins]] * [[devel:Events]] * [[DOKUWIKI_STARTED]] * [[MEDIAMANAGER_STARTED]] * [[DETAIL_STARTED]]