Hello,
Newsletter plugin stopped working
After I fill in the subscribe form I get a 403 Error.
My form is submitting to: “wp-content/plugins/newsletter/do/subscribe.php”
But the contents of wp-content/plugins/newsletter/do/subscribe.php is
`
$_GET[‘na’] = ‘s’;
require_once ‘../../../../wp-load.php’;
`
I think the plugin is corrupted, because I don’t see to be possible to subscribe to newsletter just by including wp-load.php
How can I fix this?