: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<a href="<?php echo $add_new_url; ?>" class="page-title-action">
<?php echo $add_new_text; ?>
<?php do_action( 'nf_admin_before_form_list' ); ?>
<?php $table->display(); ?>
if( isset( $_GET['debug' ] ) ){
$forms = Ninja_Forms()->form()->get_forms();
foreach( $forms as $form ){
var_dump( $form->get_settings() );