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
The frm_email_value filter is deprecated since version 2.04!
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?
October 17, 2018 at 2:38 am
It means use the the new filter:
frm_display_{fieldtype}_value_custom = frm_display_email_value_custom
October 17, 2018 at 10:12 am
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!
October 17, 2018 at 10:39 am
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.