So, in order to work around some broken (and possible security risking) functionality, that WHMCS insists is intended functionality, I have the need to execute PHP code at different times on the template page load of an addon module. In the past, this could be accomplished by executing PHP code using the "{php}" tags at different places during the page load. I basically need to execute PHP code at the start of the addon's template page load, then after the template page is fully loaded (at the end of the load). How is this accomplished when using hooks to execute all of the PHP code?
Question
SeanP
So, in order to work around some broken (and possible security risking) functionality, that WHMCS insists is intended functionality, I have the need to execute PHP code at different times on the template page load of an addon module. In the past, this could be accomplished by executing PHP code using the "{php}" tags at different places during the page load. I basically need to execute PHP code at the start of the addon's template page load, then after the template page is fully loaded (at the end of the load). How is this accomplished when using hooks to execute all of the PHP code?
Link to comment
Share on other sites
2 answers to this question
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.