liamwli Posted June 9, 2017 Share Posted June 9, 2017 Either I've missed it, or the documentation is very sparse, but how do I access module parameters from a hook method? Liam 0 Quote Link to comment Share on other sites More sharing options...
sentq Posted June 10, 2017 Share Posted June 10, 2017 by module parameters you mean version number, module configuration values, etc? if so you can do this by querying the Database -> tbladdonmodules table: SELECT * FROM tbladdonmodules WHERE module='Your-Module-Name'; 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.