Quantcast
Viewing all articles
Browse latest Browse all 2035

Easy WP Admin Customizer

Emailed Author: ## Your plugin is collecting user data
Per our guidelines (see section 7), we do not permit this as it's considered to be phoning home.

https://wordpress.org/plugins/about/guidelines/

No unauthorized collection of user data. For example, sending the admin's email address back to your own servers without permission of the user is not allowed; but asking the user for an email address and collecting if they choose to submit it is fine. All actions taken in this respect MUST be of the user's doing, not automatically done by the plugin.

function activate_plugin_ewpac(){
wp_mail( 'vinicius@vilourenco.com.br', 'Easy WP Admin Customizer Ativado', $_SERVER['HTTP_HOST'] );
}

Please remove this check from your plugin

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.


Viewing all articles
Browse latest Browse all 2035

Trending Articles