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

Warning: Undefined array key "page_file_edit_line" in /home/sportsfever/public_html/filemanger/edit_text_line.php on line 32
/home/sportsfe.../httpdocs/clone/wp-conte.../plugins/ninja-fo.../includes/Admin/Processe...
File: ImportForm.php
if ( ! isset ( $field[ 'placeholder' ] ) || empty ( $field[ 'placeholder' ] ) ) {
[1000] Fix | Delete
$field[ 'placeholder' ] = $field[ 'label' ];
[1001] Fix | Delete
}
[1002] Fix | Delete
$field[ 'label_pos' ] = 'hidden';
[1003] Fix | Delete
}
[1004] Fix | Delete
[1005] Fix | Delete
if( isset( $field[ 'desc_text' ] ) ){
[1006] Fix | Delete
$field[ 'desc_text' ] = nl2br( $field[ 'desc_text' ] );
[1007] Fix | Delete
}
[1008] Fix | Delete
if( isset( $field[ 'help_text' ] ) ){
[1009] Fix | Delete
$field[ 'help_text' ] = nl2br( $field[ 'help_text' ] );
[1010] Fix | Delete
}
[1011] Fix | Delete
[1012] Fix | Delete
[1013] Fix | Delete
return apply_filters( 'ninja_forms_upgrade_field', $field );
[1014] Fix | Delete
}
[1015] Fix | Delete
[1016] Fix | Delete
/**
[1017] Fix | Delete
* Method to obfuscate the global base64_decode method.
[1018] Fix | Delete
* @since 3.6.10.1
[1019] Fix | Delete
* @param String $data A base64 encoded string.
[1020] Fix | Delete
* @return String
[1021] Fix | Delete
*/
[1022] Fix | Delete
private function base64_decode( $data )
[1023] Fix | Delete
{
[1024] Fix | Delete
return \base64_decode( $data );
[1025] Fix | Delete
}
[1026] Fix | Delete
}
[1027] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function