: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
<?php if ( ! defined( 'ABSPATH' ) ) exit;
return apply_filters( 'ninja_forms_example_settings', array(
|--------------------------------------------------------------------------
|--------------------------------------------------------------------------
| Section description here.
'setting_name_here' => array(
'name' => 'setting_name_here',
'type' => 'textbox', // 'textarea', 'number', 'toggle', etc
'label' => esc_html__( 'Label Here', 'ninja-forms'),
'width' => 'one-half', // 'full', 'one-half', 'one-third'
'group' => 'primary', // 'primary', 'restrictions', 'advanced'
'help' => esc_html__( 'Help Text Here', 'ninja-forms' ),
'use_merge_tags' => TRUE, // TRUE or FALSE