'exit-popup-intent',
'post_name' => 'Exit popup intent',
));
$imgs_url_src = $imgs_url ? wp_get_attachment_image_url($imgs_url, 'full') : 'https://via.placeholder.com/500x500?text=500x500';
return array(
'post' => array(
'post_title' => 'WPB Exit Intent Popup',
'post_name' => 'wpb-exit-intent-popup',
'post_content' => '[vc_row equal_height="yes"][vc_column width="1/2" css=".vc_custom_1730867460112{background-image: url('.$imgs_url_src.'?id='.$imgs_url.') !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}" el_class="nasa-flex flex-column jc"][vc_column_text css=""]
Wait! before you leave...
Get 30% off for your first order
CODE30OFFCopy to clipboard
Use above code to get 30% off for your first order when checkout
[/vc_column_text][vc_column_text css="" el_class="nasa-bold margin-top-30 margin-bottom-30"] Shop Now →
[/vc_column_text][/vc_column][vc_column width="1/2" el_class="padding-left-30 padding-right-30 padding-top-30 padding-bottom-30"][vc_column_text css=".vc_custom_1730866930155{padding-bottom: 15px !important;}"] Recommended Products
[/vc_column_text][nasa_products style="list" number="3" columns_number="1" columns_number_tablet="1" columns_number_small="1"][/vc_column][/vc_row]'
),
'post_meta' => array(
'_wpb_shortcodes_custom_css' => '.vc_custom_1730867460112{background-image: url('.$imgs_url_src.'?id='.$imgs_url.') !important;background-position: center !important;background-repeat: no-repeat !important;background-size: cover !important;}.vc_custom_1730866930155{padding-bottom: 15px !important;}'
)
);
}