Forums
(@logishkas)
13 years, 5 months ago
Anyway, I used the add_meta_box method instead.
14 years, 3 months ago
I forgot to add $mailtext = str_replace("\r\n", "", $post->post_content);
$mailtext = str_replace("\r\n", "", $post->post_content);
Problem solved..
14 years, 6 months ago
Any ideas? : )