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/wp-conte.../plugins/wpforms-.../src/Forms/Fields/PaymentM...
File: Field.php
$image = ! empty( $field['choices'][ $field_submit ]['image'] ) ? esc_url_raw( $field['choices'][ $field_submit ]['image'] ) : '';
[500] Fix | Delete
}
[501] Fix | Delete
}
[502] Fix | Delete
[503] Fix | Delete
wpforms()->get( 'process' )->fields[ $field_id ] = [
[504] Fix | Delete
'name' => $name,
[505] Fix | Delete
'value' => $value,
[506] Fix | Delete
'value_choice' => $choice_label,
[507] Fix | Delete
'value_raw' => sanitize_text_field( $field_submit ),
[508] Fix | Delete
'amount' => wpforms_format_amount( $amount ),
[509] Fix | Delete
'amount_raw' => $amount,
[510] Fix | Delete
'currency' => wpforms_get_currency(),
[511] Fix | Delete
'image' => $image,
[512] Fix | Delete
'id' => absint( $field_id ),
[513] Fix | Delete
'type' => sanitize_key( $this->type ),
[514] Fix | Delete
];
[515] Fix | Delete
}
[516] Fix | Delete
}
[517] Fix | Delete
[518] Fix | Delete
12
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function