cp_contact_ad_owner_email
Hi there,
I have a specifique ask:
I would like ad contact come in a specific mail (and no use the owner mail)
In sidebar-contact.php, i've located:
// if it's a match then send the email
if ($rand_total == $rand_post_total) {
cp_contact_ad_owner_email($post->ID);
In fact i would like "cp_contact_ad_owner_email" take "myspecificemail@mail.com" value.
How i can do that?
Thanks