PATH:
home
/
thebhoeo
/
public_html
/
pashtoo
/
wp-content
/
themes
/
woodmart
/
inc
/
integrations
/
visual-composer
/
maps
<?php /** * Register vc elements maps. * * @package Woodmart */ use XTS\Modules\Layouts\Main; if ( ! function_exists( 'woodmart_vc_register_maps' ) ) { function woodmart_vc_register_maps() { if ( ! woodmart_is_core_installed() ) { return; } $maps = array( 'woodmart_3d_view' => 'woodmart_get_vc_map_3d_view', 'woodmart_accordion' => 'woodmart_get_vc_map_accordion', 'woodmart_accordion_item' => 'woodmart_get_vc_map_accordion_item', 'products_tabs' => 'woodmart_get_vc_map_products_tabs', 'products_tab' => 'woodmart_get_vc_map_products_tab', 'woodmart_ajax_search' => 'woodmart_get_vc_map_ajax_search', 'woodmart_counter' => 'woodmart_get_vc_map_animated_counter', 'author_area' => 'woodmart_get_vc_map_author_area', 'banners_carousel' => 'woodmart_get_vc_map_banners_carousel', 'woodmart_blog' => 'woodmart_get_vc_map_blog', 'woodmart_brands' => 'woodmart_get_vc_map_brands', 'woodmart_button' => 'woodmart_get_woodmart_button_shortcode_args', 'woodmart_compare_images' => 'woodmart_get_vc_map_compare_images', 'woodmart_compare' => 'woodmart_get_vc_shortcode_compare', 'woodmart_contact_form_7' => 'woodmart_get_vc_map_contact_form_7', 'woodmart_countdown_timer' => 'woodmart_get_vc_map_countdown_timer', 'extra_menu' => 'woodmart_get_vc_map_extra_menu', 'extra_menu_list' => 'woodmart_get_vc_map_extra_menu_list', 'woodmart_google_map' => 'woodmart_get_vc_map_google_map', 'html_block' => 'woodmart_get_vc_map_html_block', 'woodmart_image' => 'woodmart_get_vc_map_image', 'woodmart_image_hotspot' => 'woodmart_get_vc_map_image_hotspot', 'woodmart_hotspot' => 'woodmart_get_vc_map_hotspot', 'woodmart_gallery' => 'woodmart_get_vc_map_gallery', 'woodmart_info_box' => 'woodmart_get_woodmart_info_box_shortcode_args', 'woodmart_info_box_carousel' => 'woodmart_get_vc_map_info_box_carousel', 'woodmart_instagram' => 'woodmart_get_vc_map_instagram', 'woodmart_list' => 'woodmart_get_vc_map_list', 'woodmart_mailchimp' => 'woodmart_get_vc_map_mailchimp', 'woodmart_marquee' => 'woodmart_get_vc_map_marquee', 'woodmart_mega_menu' => 'woodmart_get_vc_map_mega_menu', 'woodmart_menu_price' => 'woodmart_get_vc_map_menu_price', 'woodmart_nested_carousel' => 'woodmart_get_vc_map_nested_carousel', 'woodmart_nested_carousel_item' => 'woodmart_get_vc_map_nested_carousel_item', 'woodmart_off_canvas_btn' => 'woodmart_get_vc_map_off_canvas_btn', 'woodmart_open_street_map' => 'woodmart_get_vc_map_open_street_map', 'woodmart_page_heading' => 'woodmart_get_vc_map_page_heading', 'woodmart_popup' => 'woodmart_get_vc_map_popup', 'woodmart_portfolio' => 'woodmart_get_vc_map_portfolio', 'pricing_tables' => 'woodmart_get_vc_map_pricing_tables', 'pricing_plan' => 'woodmart_get_vc_map_pricing_plan', 'woodmart_categories' => 'woodmart_get_vc_shortcode_categories', 'woodmart_product_filters' => 'woodmart_get_vc_map_product_filters', 'woodmart_products' => 'woodmart_get_products_shortcode_map_params', 'woodmart_filter_categories' => 'woodmart_get_vc_map_filter_categories', 'woodmart_filters_attribute' => 'woodmart_get_vc_map_filters_attribute', 'woodmart_stock_status' => 'woodmart_get_vc_map_stock_status', 'woodmart_filters_price_slider' => 'woodmart_get_vc_map_filters_price_slider', 'woodmart_filters_orderby' => 'woodmart_get_vc_map_filters_orderby', 'promo_banner' => 'woodmart_get_vc_map_promo_banner', 'woodmart_responsive_text_block' => 'woodmart_get_vc_map_responsive_text_block', 'woodmart_row_divider' => 'woodmart_get_vc_map_row_divider', 'woodmart_title' => 'woodmart_get_vc_map_title', 'woodmart_sidebar' => 'woodmart_get_vc_map_sidebar', 'woodmart_size_guide' => 'woodmart_get_vc_map_size_guide', 'woodmart_slider' => 'woodmart_get_vc_map_slider', 'social_buttons' => 'woodmart_get_social_buttons_shortcode_args', 'woodmart_table' => 'woodmart_get_vc_map_table', 'woodmart_table_row' => 'woodmart_get_vc_map_table_row', 'woodmart_tabs' => 'woodmart_get_vc_map_tabs', 'woodmart_tab' => 'woodmart_get_vc_map_tab', 'team_member' => 'woodmart_get_vc_map_team_member', 'testimonials' => 'woodmart_get_vc_map_testimonials', 'testimonial' => 'woodmart_get_vc_map_testimonial', 'woodmart_text_block' => 'woodmart_get_vc_map_text_block', 'woodmart_timeline' => 'woodmart_get_vc_map_timeline', 'woodmart_timeline_item' => 'woodmart_get_vc_map_timeline_item', 'woodmart_timeline_breakpoint' => 'woodmart_get_vc_map_timeline_breakpoint', 'woodmart_toggle' => 'woodmart_get_vc_map_toggle', 'woodmart_twitter' => 'woodmart_get_vc_map_twitter', 'woodmart_video' => 'woodmart_get_vc_map_video', 'woodmart_shortcode_products_widget' => 'woodmart_get_vc_map_shortcode_products_widget', 'woodmart_wishlist' => 'woodmart_get_vc_map_wishlist', ); if ( wp_doing_ajax() || ! Main::is_layout_type( 'single_product' ) && ! Main::is_layout_type( 'shop_archive' ) && ! Main::is_layout_type( 'checkout_form' ) && ! Main::is_layout_type( 'cart' ) && ! Main::is_layout_type( 'checkout_content' ) && ! Main::is_layout_type( 'thank_you_page' ) && ! Main::is_layout_type( 'my_account_page' ) && ! Main::is_layout_type( 'my_account_auth' ) && ! Main::is_layout_type( 'my_account_lost_password' ) ) { $maps['woodmart_el_breadcrumbs'] = 'woodmart_get_vc_map_breadcrumbs'; } if ( ! woodmart_woocommerce_installed() ) { $woo_maps = array( 'products_tabs' => 'woodmart_get_vc_map_products_tabs', 'products_tab' => 'woodmart_get_vc_map_products_tab', 'woodmart_brands' => 'woodmart_get_vc_map_brands', 'woodmart_categories' => 'woodmart_get_vc_shortcode_categories', 'woodmart_page_heading' => 'woodmart_get_vc_map_page_heading', 'woodmart_product_filters' => 'woodmart_get_vc_map_product_filters', 'woodmart_products' => 'woodmart_get_products_shortcode_map_params', 'woodmart_filter_categories' => 'woodmart_get_vc_map_filter_categories', 'woodmart_filters_attribute' => 'woodmart_get_vc_map_filters_attribute', 'woodmart_stock_status' => 'woodmart_get_vc_map_stock_status', 'woodmart_filters_price_slider' => 'woodmart_get_vc_map_filters_price_slider', 'woodmart_filters_orderby' => 'woodmart_get_vc_map_filters_orderby', 'woodmart_shortcode_products_widget' => 'woodmart_get_vc_map_shortcode_products_widget', ); $maps = array_diff( $maps, $woo_maps ); } if ( ! woodmart_get_opt( 'portfolio', '1' ) ) { $maps = array_diff( $maps, array( 'woodmart_portfolio' => 'woodmart_get_vc_map_portfolio' ) ); } foreach ( $maps as $key => $callback ) { woodmart_vc_map( $key, $callback ); } } add_action( 'vc_mapper_init_after', 'woodmart_vc_register_maps' ); }
[-] categories.php
[edit]
[-] brands.php
[edit]
[-] page-heading.php
[edit]
[-] testimonials.php
[edit]
[-] image-hotspot.php
[edit]
[-] breadcrumbs.php
[edit]
[-] video.php
[edit]
[-] table.php
[edit]
[-] timeline.php
[edit]
[-] contact-form-7.php
[edit]
[-] product-filters.php
[edit]
[-] marquee.php
[edit]
[-] info-box.php
[edit]
[-] social.php
[edit]
[-] toggle.php
[edit]
[-] row-divider.php
[edit]
[-] title.php
[edit]
[-] images-gallery.php
[edit]
[-] responsive-text-block.php
[edit]
[-] image.php
[edit]
[-] team-member.php
[edit]
[-] accordion.php
[edit]
[-] parallax-scroll.php
[edit]
[-] size-guide.php
[edit]
[-] list.php
[edit]
[-] mailchimp.php
[edit]
[-] text-block.php
[edit]
[-] products-tabs.php
[edit]
[-] ajax-search.php
[edit]
[-] slider.php
[edit]
[-] menu-price.php
[edit]
[-] blog.php
[edit]
[-] popup.php
[edit]
[-] twitter.php
[edit]
[-] mega-menu.php
[edit]
[-] wishlist.php
[edit]
[-] products-widget.php
[edit]
[-] sidebar.php
[edit]
[-] instagram.php
[edit]
[-] compare.php
[edit]
[+]
..
[-] pricing-tables.php
[edit]
[-] video-poster.php
[edit]
[-] nested-carousel.php
[edit]
[-] compare-images.php
[edit]
[-] tabs.php
[edit]
[-] off-canvas-column-btn.php
[edit]
[-] 3d-view.php
[edit]
[-] google-map.php
[edit]
[-] html-block.php
[edit]
[-] countdown-timer.php
[edit]
[-] promo-banner.php
[edit]
[-] button.php
[edit]
[-] portfolio.php
[edit]
[-] products.php
[edit]
[-] extra-menu.php
[edit]
[-] register-maps.php
[edit]
[-] open-street-map.php
[edit]
[-] counter.php
[edit]
[-] author-area.php
[edit]