The Community forums are being phased out in favor of a new Slack group.
Add your email address below to get an invitation to join the community slack group

Slack Signup
Newsletter Optin
Help Desk

The frm_email_value filter is deprecated since version 2.04!

Labels

This Discussion is public

Notifications

All of my forms are erroring with the following message: Notice: The frm_email_value filter is deprecated since version 2.04! Use the frm_display_{fieldtype}_value_custom filter instead. in /home/rcswag2/public_html/wp-includes/functions.php on line 3853

 

Any ideas on how to correct this?

 

It means use the the new filter:

frm_display_{fieldtype}_value_custom = frm_display_email_value_custom

What are the steps to change the filter? Is this a hard code change? A toggle? Sorry I am kinda new to this error so I am not sure what steps to take to use the new filter or where to put that new code line. Thank you for your help!

I can't tell you. There isn't enough information in the message you posted to tell us what triggered the message in the first place. But what it does say is that you have custom PHP code somewhere that's using the old filter. You have to find it and replace it with the new filter. Look in functions.php or any file that is called from functions.php. You may also have a plugin on your site that is serving custom PHP. Without having access to the back end of the site, you're the only one who will be able to track it down.

Discussion closed.