: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
* Class for Admin Support
* @copyright Copyright (c) 2023, Code Atlantic LLC
if ( ! defined( 'ABSPATH' ) ) {
* Class PUM_Admin_Support
class PUM_Admin_Support {
* Renders the support page contents.
public static function page() { ?>
box-shadow: 0 2px 2px rgba(6, 113, 6, 0.3);
filter: alpha(opacity=95);
margin: 40px 0 -65px -20px;
#pum-support-frame iframe {
<div class="pum-secure-notice">
<i class="dashicons dashicons-lock"></i>
<span><?php _e( '<b>Secure HTTPS contact page</b>, running via iframe from external domain', 'popup-maker' ); ?> </span>
<i class="dashicons dashicons-info" title="https://api.wppopupmaker.com/dashboard-support/"></i>
<div id="pum-support-frame" class="wrap">
<script type="text/javascript">
var frame = $('<iframe scrolling="no">')
.attr('src', 'https://api.wppopupmaker.com/dashboard-support/')
.appendTo('#pum-support-frame');