Reply To: Unable to submit message on latest version


Home Forums Front End PM PRO Unable to submit message on latest version Reply To: Unable to submit message on latest version

#25777
Shamim Hasan
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.