Legally unsafe
-
For a legally safe subscription we have to provide four types of information, but this plugin does note provide us with this information or the input/textarea fields to do this.
Im Rahmen einer Anmeldung (englisch “Opt-In”) müssen Sie mitteilen,
Mit welchen Newsletterinhalten der Empfänger ca. zu rechnen hat,
von wem die Newsletter versendet werden,
wie oft die Newsletter ca. versendet werden (ich kenne keinen Fall, in dem dieser Punkt moniert wurde),
wie der Widerruf erfolgen kann.Additionally there is problem if you change your plugin directory, because the URL is hardcoded:
$cr_plugin_url = get_option('siteurl').'/wp-content/plugins/cleverreach-newsletter-marketing/';There are better ways to do this:
http://codex.wordpress.org/Function_Reference/plugin_dir_url
http://codex.wordpress.org/Function_Reference/plugins_url
http://codex.wordpress.org/Function_Reference/plugin_dir_pathThe folder could be somewhere else:
http://codex.wordpress.org/Editing_wp-config.php#Moving_plugin_folderBest regards
Torstenhttp://wordpress.org/plugins/cleverreach-newsletter-marketing/
The topic ‘Legally unsafe’ is closed to new replies.