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.../themes/Divi/includes/builder/frontend.../theme-bu...
File: WoocommerceProductVariationPlaceholder.php
<?php
[0] Fix | Delete
[1] Fix | Delete
/**
[2] Fix | Delete
* Class ET_Theme_Builder_Woocommerce_Product_Variation_Placeholder
[3] Fix | Delete
*
[4] Fix | Delete
* Display variation (child of variable) placeholder product on Theme Builder. This needs to be
[5] Fix | Delete
* explicitly defined in case WC add-ons relies on any of variation's method.
[6] Fix | Delete
*/
[7] Fix | Delete
class ET_Theme_Builder_Woocommerce_Product_Variation_Placeholder extends WC_Product_Variation {
[8] Fix | Delete
/**
[9] Fix | Delete
* Get internal type.
[10] Fix | Delete
* Define custom internal type so custom data store can be used to bypass database value retrieval
[11] Fix | Delete
*
[12] Fix | Delete
* @since 4.3.3
[13] Fix | Delete
*
[14] Fix | Delete
* @return string
[15] Fix | Delete
*/
[16] Fix | Delete
public function get_type() {
[17] Fix | Delete
return 'tb-placeholder-variation';
[18] Fix | Delete
}
[19] Fix | Delete
}
[20] Fix | Delete
[21] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function