Thread Starter
loukky
(@loukky)
Do it ..
but no button..
it is blank.
Plugin Author
WPKube
(@wpkube)
Change that line to this:
if ( ! empty( $email ) ) { return 'test5: ' . $email; }
Thread Starter
loukky
(@loukky)
It showed:
email is someone@students.solano.edu
test3
在本页面可以管理您订阅的文章评论或者订阅新的文章评论//tips in Chinese
test5: someone@students.solano.edu
Thread Starter
loukky
(@loukky)
Use discord to contact me…
-
This reply was modified 4 years, 5 months ago by
loukky.
Plugin Author
WPKube
(@wpkube)
I don’t have discord.
–
Try this for subscribe.php
Thread Starter
loukky
(@loukky)
OK..
After click send button..
email is someone@students.solano.edu
test3
在本页面可以管理您订阅的文章评论或者订阅新的文章评论
test6: someone@students.solano.edu - someone@students.solano.edu
And cant recevice Email
Thread Starter
loukky
(@loukky)
After click send button:
email is sander91@students.solano.edu
test3
在本页面可以管理您订阅的文章评论或者订阅新的文章评论//Tips
谢谢你使用评论订阅。为了确认你的请求,请查看你的电子邮箱,你会收到确认邮件和下一步的说明。//Send success
Looks work fine…
Plugin Author
WPKube
(@wpkube)
When the plugin Akismet Anti-Spam is active, then our plugin will also use that functionality to check the validity of email addresses.
The email someone@students.salono.edu does not pass that Akismet check.
You can update the plugin to the latest version and just change line 98 in subscribe.php from:
if ( function_exists( 'akismet_http_post' ) ) {
to:
if ( false ) {
That will stop the Akismet spam check functionality for the form and it will work fine.
And we’ll most likely remove that functionality in the next update.
Thread Starter
loukky
(@loukky)
Done…
Works fine…
I think its an unexpected bug…
Thank you very much!
Plugin Author
WPKube
(@wpkube)
You’re welcome.
Great, happy to hear that.
Yeah, it seems Akismet is a bit too strict with those checks when it’s not a typical email address.