Table of Contents

DOKUWIKI_INIT_DONE

Description:
Fired when the DokuWiki environment has been initialized
Preventable:
no
Added:
2022-04-28

This event is signalled in the main code of 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