: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
esc_html__( 'Follow on %s', 'et_builder' ),
// Format i18n link text (visible, but ignored by screen readers)
$social_network_link_text = esc_html__( 'Follow', 'et_builder' );
// Prepare CSS classes for the link
$social_network_link_classes = array( 'icon', 'et_pb_with_border' );
if ( '' !== $video_background ) {
array_push( $social_network_link_classes,
if ( '' !== $parallax_image_background ) {
array_push( $social_network_link_classes,
$social_network_link_classes = implode( ' ', $social_network_link_classes );
class='{$this->module_classname( $render_slug )}'><a
href='{$social_network_link_url}'
class='{$social_network_link_classes}'
title='{$social_network_link_title}'
{$social_network_link_target}>{$parallax_image_background}<span
class='et_pb_social_media_follow_network_name'
>{$social_network_link_text}</span></a>{$follow_button}</li>";
new ET_Builder_Module_Social_Media_Follow_Item;