Title: Stop data snooping
Last modified: August 31, 2016

---

# Stop data snooping

 *  Resolved [Namith Jawahar](https://wordpress.org/support/users/namithjawahar/)
 * (@namithjawahar)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-data-snooping/)
 * Why are you automatically emailing the URL and Admin email to you upon plugin
   installation. That’s highly unethical and against WordPress plugin guidelines.
 * [https://wordpress.org/plugins/template-for-custom-post-types/](https://wordpress.org/plugins/template-for-custom-post-types/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [pmahan](https://wordpress.org/support/users/pmahan/)
 * (@pmahan)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-data-snooping/#post-7084442)
 * if you like the functionality of the plugin but do not want to send out your 
   site and admin email every time it is activated — quote out or remove these lines**
   before** activating
 *     ```
       $message = 'Hi Rahul, Template for custom posttype Plugin(1.0.1) is installed on '.get_option("siteurl").'site with email'.get_option("admin_email");
       wp_mail( 'rahulgandhi1010@gmail.com', 'Template For Customposttype plugin downloaded', $message );
       ```
   
 * but I agree this code should be removed for the plugin to remain in the repository
 *  Plugin Author [Rahul Gandhi](https://wordpress.org/support/users/gandhirk/)
 * (@gandhirk)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/stop-data-snooping/#post-7084463)
 * I have just removed the code in current version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Stop data snooping’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/template-for-custom-post-types.svg)
 * [Template for Custom Post Types](https://wordpress.org/plugins/template-for-custom-post-types/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/template-for-custom-post-types/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/template-for-custom-post-types/)
 * [Active Topics](https://wordpress.org/support/plugin/template-for-custom-post-types/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/template-for-custom-post-types/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/template-for-custom-post-types/reviews/)

 * 2 replies
 * 3 participants
 * Last reply from: [Rahul Gandhi](https://wordpress.org/support/users/gandhirk/)
 * Last activity: [10 years, 3 months ago](https://wordpress.org/support/topic/stop-data-snooping/#post-7084463)
 * Status: resolved