Home › Forums › Front End PM PRO › Unable to submit message on latest version › Reply To: Unable to submit message on latest version
June 15, 2019 at 10:24 am
#25777
shamim
Keymaster
I see you are using a custom plugin for this plugin. In that plugin you are using get_current_screen() function without checking if that function exists or not.
Please go to custom-fepm-config.php around line 56 and add function_exists( 'get_current_screen' )
check before that.