• Hi,

    Thank your for this great plugin !

    Could you please fix this (old) issue ?
    In some cases, the get_current_screen function is not defined.
    Could you maybe protect the calls with a :

    if ( !function_exists( ‘get_current_screen’ ) ) {
    return false;
    }
    ?

    Thank you in advance for your help !
    Have a nice day,

    Stephane

  • The topic ‘Call to undefined function get_current_screen()’ is closed to new replies.