I have a php script that I store the output to a variable. I want to display that variable in the memberinfo template. Is there a way to call the script so that I can use the variable in Memberinfo template?
*edit: I a figured to use a plugin, but what is the best hook location to run the script?