Thanks, Kevin!
It looks like (and my php sux, so I could be wrong) the function
strip_bbcode strips out all of the bbcodes before doing anything else, so using the hook might be tricky.
The function, fetch_trimmed_title seems to be doing the tooltip string building. I think I'd need to write an alternative function (since fetch_trimmed_title is used elsewhere for other things) to call in that spot.
Since, in this case, I am creating all of these posts, I don't really need fetch_censored_text?there won't be any.
I need to think about this some more.
|