Edit File by line

Deprecated: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in /home/sportsfever/public_html/filemanger/function.php on line 93
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Config
File: AdminNotices.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
return apply_filters( 'ninja_forms_admin_notices', array(
[2] Fix | Delete
[3] Fix | Delete
/*
[4] Fix | Delete
|--------------------------------------------------------------------------
[5] Fix | Delete
| One Week Support
[6] Fix | Delete
|--------------------------------------------------------------------------
[7] Fix | Delete
*/
[8] Fix | Delete
[9] Fix | Delete
'one_week_support' => array(
[10] Fix | Delete
'title' => esc_html__( 'How\'s It Going?', 'ninja-forms' ),
[11] Fix | Delete
'msg' => esc_html__( 'Thank you for using Ninja Forms! We hope that you\'ve found everything you need, but if you have any questions:', 'ninja-forms' ),
[12] Fix | Delete
'link' => '<li><a target="_blank" href="https://ninjaforms.com/documentation/?utm_source=Ninja+Forms+Plugin&utm_medium=Admin+Notice&utm_campaign=Thank+You+Notice&utm_content=Thank+You+Docs+Link">' . esc_html__( 'Check out our documentation', 'ninja-forms' ) . '</a></li>
[13] Fix | Delete
<li><a target="_blank" href="https://ninjaforms.com/contact/?utm_source=Ninja+Forms+Plugin&utm_medium=Admin+Notice&utm_campaign=Thank+You+Notice&utm_content=Thank+You+Support+Link">' . esc_html__( 'Get Some Help' ,'ninja-forms' ) . '</a></li>
[14] Fix | Delete
<li><a href="' . wp_nonce_url( add_query_arg( array( 'nf_admin_notice_ignore' => 'one_week_support' ) ) ) . '">' . esc_html__( 'Dismiss' ,'ninja-forms' ) . '</a></li>',
[15] Fix | Delete
'int' => 7,
[16] Fix | Delete
'blacklist' => array( 'ninja-forms-three' ),
[17] Fix | Delete
),
[18] Fix | Delete
[19] Fix | Delete
));
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function