: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
add_shortcode( 'meks_easy_ads_blocker_message', 'meks_shortcode_easy_ads' );
function meks_shortcode_easy_ads( $atts ) {
'title' => __( 'AdBlocker Message', 'meks-easy-ads-widget' ),
'message' => __( 'Our website is made possible by displaying online advertisements to our visitors. Please consider supporting us by disabling your ad blocker.', 'meks-easy-ads-widget' ),
'before_title' => '<h4 class="widget-title">',
'after_title' => '</h4>',
the_widget( 'MKS_AdsBlocker_Widget', $atts, $args );
$output = ob_get_contents();