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/contact-...
File: wp-contact-form-7.php
<?php
[0] Fix | Delete
/*
[1] Fix | Delete
* Plugin Name: Contact Form 7
[2] Fix | Delete
* Plugin URI: https://contactform7.com/
[3] Fix | Delete
* Description: Just another contact form plugin. Simple but flexible.
[4] Fix | Delete
* Author: Takayuki Miyoshi
[5] Fix | Delete
* Author URI: https://ideasilo.wordpress.com/
[6] Fix | Delete
* License: GPL v2 or later
[7] Fix | Delete
* License URI: https://www.gnu.org/licenses/gpl-2.0.html
[8] Fix | Delete
* Version: 5.9.7
[9] Fix | Delete
* Requires at least: 6.3
[10] Fix | Delete
* Requires PHP: 7.4
[11] Fix | Delete
*/
[12] Fix | Delete
[13] Fix | Delete
define( 'WPCF7_VERSION', '5.9.7' );
[14] Fix | Delete
[15] Fix | Delete
define( 'WPCF7_REQUIRED_WP_VERSION', '6.3' );
[16] Fix | Delete
[17] Fix | Delete
define( 'WPCF7_TEXT_DOMAIN', 'contact-form-7' );
[18] Fix | Delete
[19] Fix | Delete
define( 'WPCF7_PLUGIN', __FILE__ );
[20] Fix | Delete
[21] Fix | Delete
define( 'WPCF7_PLUGIN_BASENAME', plugin_basename( WPCF7_PLUGIN ) );
[22] Fix | Delete
[23] Fix | Delete
define( 'WPCF7_PLUGIN_NAME', trim( dirname( WPCF7_PLUGIN_BASENAME ), '/' ) );
[24] Fix | Delete
[25] Fix | Delete
define( 'WPCF7_PLUGIN_DIR', untrailingslashit( dirname( WPCF7_PLUGIN ) ) );
[26] Fix | Delete
[27] Fix | Delete
define( 'WPCF7_PLUGIN_MODULES_DIR', WPCF7_PLUGIN_DIR . '/modules' );
[28] Fix | Delete
[29] Fix | Delete
if ( ! defined( 'WPCF7_LOAD_JS' ) ) {
[30] Fix | Delete
define( 'WPCF7_LOAD_JS', true );
[31] Fix | Delete
}
[32] Fix | Delete
[33] Fix | Delete
if ( ! defined( 'WPCF7_LOAD_CSS' ) ) {
[34] Fix | Delete
define( 'WPCF7_LOAD_CSS', true );
[35] Fix | Delete
}
[36] Fix | Delete
[37] Fix | Delete
if ( ! defined( 'WPCF7_AUTOP' ) ) {
[38] Fix | Delete
define( 'WPCF7_AUTOP', true );
[39] Fix | Delete
}
[40] Fix | Delete
[41] Fix | Delete
if ( ! defined( 'WPCF7_USE_PIPE' ) ) {
[42] Fix | Delete
define( 'WPCF7_USE_PIPE', true );
[43] Fix | Delete
}
[44] Fix | Delete
[45] Fix | Delete
if ( ! defined( 'WPCF7_ADMIN_READ_CAPABILITY' ) ) {
[46] Fix | Delete
define( 'WPCF7_ADMIN_READ_CAPABILITY', 'edit_posts' );
[47] Fix | Delete
}
[48] Fix | Delete
[49] Fix | Delete
if ( ! defined( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY' ) ) {
[50] Fix | Delete
define( 'WPCF7_ADMIN_READ_WRITE_CAPABILITY', 'publish_pages' );
[51] Fix | Delete
}
[52] Fix | Delete
[53] Fix | Delete
if ( ! defined( 'WPCF7_VERIFY_NONCE' ) ) {
[54] Fix | Delete
define( 'WPCF7_VERIFY_NONCE', false );
[55] Fix | Delete
}
[56] Fix | Delete
[57] Fix | Delete
if ( ! defined( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA' ) ) {
[58] Fix | Delete
define( 'WPCF7_USE_REALLY_SIMPLE_CAPTCHA', false );
[59] Fix | Delete
}
[60] Fix | Delete
[61] Fix | Delete
if ( ! defined( 'WPCF7_VALIDATE_CONFIGURATION' ) ) {
[62] Fix | Delete
define( 'WPCF7_VALIDATE_CONFIGURATION', true );
[63] Fix | Delete
}
[64] Fix | Delete
[65] Fix | Delete
// Deprecated, not used in the plugin core. Use wpcf7_plugin_url() instead.
[66] Fix | Delete
define( 'WPCF7_PLUGIN_URL',
[67] Fix | Delete
untrailingslashit( plugins_url( '', WPCF7_PLUGIN ) )
[68] Fix | Delete
);
[69] Fix | Delete
[70] Fix | Delete
require_once WPCF7_PLUGIN_DIR . '/load.php';
[71] Fix | Delete
[72] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function