Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Normal
The code event listener for preloading data from the registry is named app_preload_extra (and variants) in the code in XF/App.php:[code]$this->fire('app_preload_extra', [$this, &$keys]);[/code]However, it is not possible to run any code here, since the corresponding code event listeners in the database that are available in the Code Event Listener editor have a different naming convention app_registry_preload (and variants).
The code event listener for preloading data from the registry is named app_preload_extra (and variants) in the code in XF/App.php:
[code]$this->fire('app_preload_extra', [$this, &$keys]);[/code]
However, it is not possible to run any code here, since the corresponding code event listeners in the database that are available in the Code Event Listener editor have a different naming convention app_registry_preload (and variants).
We use essential cookies to make this site work, and optional cookies to enhance your experience.
See further information and configure your preferences