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/Fields
File: RecaptchaV3.php
<?php if ( ! defined( 'ABSPATH' ) ) exit;
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* Class NF_Fields_RecaptchaV3
[3] Fix | Delete
*
[4] Fix | Delete
* This is a dynamically injected field based on if a form has the reCAPTCHA action.
[5] Fix | Delete
* It doesn't appear in the builder.
[6] Fix | Delete
*/
[7] Fix | Delete
class NF_Fields_RecaptchaV3 extends NF_Abstracts_Field
[8] Fix | Delete
{
[9] Fix | Delete
protected $_name = 'recaptcha_v3';
[10] Fix | Delete
[11] Fix | Delete
protected $_type = 'recaptcha_v3';
[12] Fix | Delete
[13] Fix | Delete
protected $_templates = 'recaptcha-v3';
[14] Fix | Delete
[15] Fix | Delete
protected $_show_in_builder = false;
[16] Fix | Delete
}
[17] Fix | Delete
[18] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function