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/wp-conte.../plugins/themify-.../includes/plugin-c...
File: wooVariationSwatches.php
<?php
[0] Fix | Delete
/**
[1] Fix | Delete
* Builder Plugin Compatibility Code
[2] Fix | Delete
*
[3] Fix | Delete
* @package Themify_Builder Pro
[4] Fix | Delete
*/
[5] Fix | Delete
/**
[6] Fix | Delete
* @link https://getwooplugins.com/plugins/woocommerce-variation-swatches/
[7] Fix | Delete
*/
[8] Fix | Delete
class Themify_Builder_Plugin_Compat_wooVariationSwatches {
[9] Fix | Delete
[10] Fix | Delete
/**
[11] Fix | Delete
* Add Variation Swatches to AP module output
[12] Fix | Delete
*/
[13] Fix | Delete
static function init() {
[14] Fix | Delete
add_action( 'tbp_after_shop_loop_item', 'wvs_pro_archive_variation_template' );
[15] Fix | Delete
}
[16] Fix | Delete
}
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function