Hello,
I can't figure out how to change/filter the item title from the <a ........>Item title</a> in the body of the alert_email_daily.
I analyzed the emails.php file but the function fn_alert_email_daily gets $ads as a parameter and I can't figure out the structure of it in order to change/filter the item title.
The reason is that I want to remove the underlines _ from the title, if any.
I have a function that does that, I only need to know where to call it, and I think that if I know the structure of that $ads parameter, I can write a script that does that.
I gues that it retains the title and url of each ad, but how, with string keys or numeric keys and wich is for title?
I use 3.7.1.