ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 26,072
- Points
- 823
Reputation:
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:
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).
Continue reading...
Code:
$this->fire('app_preload_extra', [$this, &$keys]);
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).
Continue reading...