Emailed Author: There are issues with your plugin code. Please read this ENTIRE email, address all listed issues, and reply to this email with your corrected code attached. It is required for you to read and reply to these emails, and failure to do so will result in your plugin being rejected.
## Tracking Users
We do not permit plugins to track users of their code without the tracking being 100% optional, and turned OFF by default. We feel strongly about the privacy of plugin users, and by that standard, they should not have their actions recorded.
Read https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/ to be fully praised of our guidelines.
wp_remote_post( 'http://clients.indiasan.com/e/icr.php', array(
'body' => array( 'title' => $title, 'url' => $url, 's_email' => $s_email, 'name' => $name, 'u_email' => $u_email, 'iswpn' => $iswpn, 'local' => $local )
)
);
That's not okay. Please remove that whole function dpwap_indiasan_client_relation().
----
Please make sure you've addressed ALL issues brought up in this email. When you've corrected your code, reply to this email with the updated code attached as a zip, or provide a link to the new code for us to review. If you have questions, concerns, or need clarification, please reply to this email and just ask us.
(While we have tried to make this review as exhaustive as possible we, like you, are humans and may have missed things. As such, we will re-review the ENTIRE plugin when you send it back to us. We appreciate your patience and understanding in this.)