my website worked well until yesterday but i had same issue from today
it suddenly appeared when i tried to do log-in into wp-admin
“This has been disabled”
I was sure it was new plugin problem,
deleted ‘WPS Hide Login’ plugin
“WPS Hide Login was successfully deleted.”
it works now.
Hello
i just got a solution about this problem,
http://seriouslytrivial.com/2015/10/26/fixing-wordpress-plug-in-pirate-form/
There is the solution, and some more details
* find and download the file that named pirate-forms.php from your ftp
(Path : wp – wp-content – plugin – pirate-forms – pirate-forms.php)
and then change only one thing,
$send_from -> $site_email
Original line: $headers = “From: $send_from_name <$send_from>\r\nReply-To: $send_from_name <$send_from>”;
Edited line: $headers = “From: $send_from_name <$site_email>\r\nReply-To: $send_from_name <$send_from>”;
i wish all can solve this problem asap
if i have some english problem, i’m sorry about that(i’m not a english speaker) 🙂
p.s. i assume that it might be exact your SMTP setting already on plugin – pirate forms setting