: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
require_once(dirname(__FILE__).'/SGPopup.php') ;
class HtmlPopup extends SGPopup
public function getOptionValue($optionName, $forceDefaultValue = false)
return parent::getOptionValue($optionName, $forceDefaultValue);
public function getPopupTypeOptionsView()
public function getPopupTypeMainView()
public function getPopupTypeContent()
$popupContent = $this->getContent();
$htmlContent .= '<div class="sgpb-main-html-content-wrapper">';
$htmlContent .= $popupContent;
$htmlContent .= '</div>';
public function getExtraRenderOptions()