Hi I know this is very noobish. I've writen a plugin with options and the admin part works. Now when it does its trick I would like to incorproate some wordpress data, namely the title & URL of the current post and all the data on the current commenter. My function triggers on comment_post. I don't need to do anything to the data, just see it.
I tried calling the function the_title() as documented and it's nothing, as was all the commenter data. I don't see how you get this data.