• Resolved AlanP57

    (@alanp57)


    Version 3.5.1 of Ninja forms is generating a error, Fatal error: Uncaught Error: Call to a member function is_block_editor() on null in /wp-content/plugins/ninja-forms/blocks/bootstrap.php:97

    • This topic was modified 3 years, 8 months ago by AlanP57.
    • This topic was modified 3 years, 8 months ago by AlanP57.
Viewing 1 replies (of 1 total)
  • Thread Starter AlanP57

    (@alanp57)

    Until there is a fix, I’ve add this line of code to prevent the error:
    if( $screen->is_block_editor === NULL ) return;

Viewing 1 replies (of 1 total)
  • The topic ‘Call to a member function is_block_editor() on null’ is closed to new replies.