You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing in PHP 8.2 I got these deprecated messages
Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in C:\apache\htdocs\wordpress\wp-content\plugins\oik\includes\oik-contact-form-email.php on line 21
The improvement to bw_basic_spam_check() doesn't perform the check against the subject. This needs to be passed in the $fields array. Note: The Akismet check doesn't use this field.
Just recently I started receiving a spate of spam submissions.
The general format of the submission was:
contact name: contained an URL
email: was a gmail address
subject: contained an URL
message: was blank
Also:
Workaround
I removed the contact form from the page.
The text was updated successfully, but these errors were encountered: