Initial Commit N° : 001 - V.4.3.3

This commit is contained in:
2025-03-28 14:32:57 +01:00
commit 238e5d7999
809 changed files with 371149 additions and 0 deletions
@@ -0,0 +1,13 @@
<?php
function nasa_wpb_drone_popup_block() {
return array(
'post' => array(
'post_title' => 'WPB Drone - Popup Block',
'post_name' => 'wpb-drone-popup-block',
'post_content' => '[vc_row fullwidth="1" css=".vc_custom_1730435280748{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;background-color: #FFFFFF !important;border-left-style: solid !important;border-right-style: solid !important;border-top-style: solid !important;border-bottom-style: solid !important;border-color: #ECECEC !important;}" el_id="ns-drone-dsc"][vc_column][nasa_products title_shortcode="Items on sale this week" title_font_size="fs-23" title_dash_remove="1" product_description="Top picks this week. Up to 50% off the best selling products." type="recent_product" style="carousel" arrows="1" number="7" columns_number="6" columns_number_tablet="3" cat="" el_class="padding-top-30 padding-right-40 padding-bottom-10 padding-left-40 tablet-padding-top-20 tablet-padding-right-20 tablet-padding-bottom-10 tablet-padding-left-20 mobile-padding-top-10 mobile-padding-right-10 mobile-padding-bottom-10 mobile-padding-left-10"][/vc_column][/vc_row]'
),
'post_meta' => array(
'_wpb_shortcodes_custom_css' => '.vc_custom_1730435280748{border-top-width: 1px !important;border-right-width: 1px !important;border-bottom-width: 1px !important;border-left-width: 1px !important;background-color: #FFFFFF !important;border-left-style: solid !important;border-right-style: solid !important;border-top-style: solid !important;border-bottom-style: solid !important;border-color: #ECECEC !important;}'
)
);
}