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
The FrmEntryValidate::is_akismet_guest_info_valuefunction attempts to find a value to use as the comment_author parameter for Akismet. First, it checks for name field ids. If none exist, it uses the value of the first field with a length less than 200.
Preferably, the end user would be able to select which field to use for the comment_author parameter. If that's not possible, the form should send a comment_author parameter only when the form contains a Name field. If the form does not contain a Name field, the comment_author value should be empty.
The text was updated successfully, but these errors were encountered:
The
FrmEntryValidate::is_akismet_guest_info_value
function attempts to find a value to use as thecomment_author
parameter for Akismet. First, it checks for name field ids. If none exist, it uses the value of the first field with a length less than 200.Preferably, the end user would be able to select which field to use for the
comment_author
parameter. If that's not possible, the form should send acomment_author
parameter only when the form contains aName
field. If the form does not contain aName
field, thecomment_author
value should be empty.The text was updated successfully, but these errors were encountered: