plugins – Let post type to accept only original mails not replies
Question
I have the following code which inserts all the mails. I want only the original mail to be inserted into the post type, not the replies.
function checkEmailAlreadyExists( $message_id ) {
$posts_with_meta = get_posts( array(
'po
0
5 months
0 Answers
0 views