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

#25806
Andrew Perryman
Participant

Hi Shamin,

Just to check I have added this as requested to the staging enviro, can you please check if this is what you meant at about line 56 of the custom-fepm-config.php plugin

Please note and check the placement of the last last semi-colon too?


If (function_exists('get_current_screen')){
if ( is_admin() && 'users' !== @get_current_screen()->parent_base )
{ return $value;};
}