t.desmet Posted October 15, 2021 Share Posted October 15, 2021 Hi all, I'm currently writing a custum module addon where I need some additional data on the user security and user profile page but I can't find a hook to extend those page. Does anyone got an idea on how to send a variable to the /user/security and /user/profile page? For all other pages there is something like the following available add_hook("ClientAreaPage...", 1, function($vars) { return array( 'exampleaddon_data' => load_some_data() ); }); Thanks in advance. With kind regards, Tim De Smet 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.