: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
if ( ! function_exists( 'et_core_is_fb_enabled' ) ) :
function et_core_is_fb_enabled() {
return function_exists( 'et_fb_is_enabled' ) && et_fb_is_enabled();
if ( ! function_exists( 'et_divi_divider_style_choices' ) ) :
* Returns divider style choices
function et_divi_divider_style_choices() {
'et_divi_divider_style_choices',
'solid' => esc_html__( 'Solid', 'Divi' ),
'dotted' => esc_html__( 'Dotted', 'Divi' ),
'dashed' => esc_html__( 'Dashed', 'Divi' ),
'double' => esc_html__( 'Double', 'Divi' ),
'groove' => esc_html__( 'Groove', 'Divi' ),
'ridge' => esc_html__( 'Ridge', 'Divi' ),
'inset' => esc_html__( 'Inset', 'Divi' ),
'outset' => esc_html__( 'Outset', 'Divi' ),