: str_replace(): Passing null to parameter #2 ($replace) of type array|string is deprecated in
if(!defined('POST_VIEWS_PATH')) die();
$align_thumbnail = $shortcode_mgr->get('align_thumbnail');
$html .= '<div class="inline-post">';
$html .= "<div class='align-{$align_thumbnail} netsposts-post-thumbnail'>";
if( $shortcode_mgr->get_boolean( 'thumbnail' ) )
include POST_VIEWS_PATH . '/thumbnail.php';
$html .= '<div class="netsposts-text-content">';
include POST_VIEWS_PATH . '/header.php';
if(!$shortcode_mgr->get_boolean('titles_only')) {
include POST_VIEWS_PATH . '/content.php';
if ( $price_woocommerce || $price_estore )
include POST_VIEWS_PATH . '/commerce.php';