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/supreme-.../includes
File: SupremeModulesLoader.php
<?php
[0] Fix | Delete
/*Temporary fix*/
[1] Fix | Delete
if ( ! function_exists( 'et_core_is_fb_enabled' ) ) :
[2] Fix | Delete
function et_core_is_fb_enabled() {
[3] Fix | Delete
return function_exists( 'et_fb_is_enabled' ) && et_fb_is_enabled();
[4] Fix | Delete
}
[5] Fix | Delete
endif;
[6] Fix | Delete
if ( ! function_exists( 'et_divi_divider_style_choices' ) ) :
[7] Fix | Delete
/**
[8] Fix | Delete
* Returns divider style choices
[9] Fix | Delete
*
[10] Fix | Delete
* @return array
[11] Fix | Delete
*/
[12] Fix | Delete
function et_divi_divider_style_choices() {
[13] Fix | Delete
return apply_filters(
[14] Fix | Delete
'et_divi_divider_style_choices',
[15] Fix | Delete
array(
[16] Fix | Delete
'solid' => esc_html__( 'Solid', 'Divi' ),
[17] Fix | Delete
'dotted' => esc_html__( 'Dotted', 'Divi' ),
[18] Fix | Delete
'dashed' => esc_html__( 'Dashed', 'Divi' ),
[19] Fix | Delete
'double' => esc_html__( 'Double', 'Divi' ),
[20] Fix | Delete
'groove' => esc_html__( 'Groove', 'Divi' ),
[21] Fix | Delete
'ridge' => esc_html__( 'Ridge', 'Divi' ),
[22] Fix | Delete
'inset' => esc_html__( 'Inset', 'Divi' ),
[23] Fix | Delete
'outset' => esc_html__( 'Outset', 'Divi' ),
[24] Fix | Delete
)
[25] Fix | Delete
);
[26] Fix | Delete
}
[27] Fix | Delete
endif;
[28] Fix | Delete
/*End of Temporary fix*/
[29] Fix | Delete
[30] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function