Plugin creates wp_posts entry?
-
I’ve been testing the plug-in, and I’m finding something strange; I’m wondering if it is a bug or a feature (that old MS Windows gag).
I call
wp_mail($address, "New article Test #3", "There's a new article, and it's NOTHING about sports.");and then look at the wp_posts table in the database. Hey! There’s a new entry with my email’s Subject as the post Title and the email’s Content is the post Content. FYI, post_status = ‘private’Is your plugin, Post SMTP, using the wp_posts table? Any chance you could clean up after yourself and delete these table entries after all the emails are transmitted?
The topic ‘Plugin creates wp_posts entry?’ is closed to new replies.