PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
themes
/
wilcity
/
configs
<?php // Configure Taxonomy here return [ 'category' => [ [ 'type' => 'media', 'name' => esc_html__('Featured Image', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'featured_image' ], [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'header_overlay' ] ], 'post_tag' => [ [ 'type' => 'media', 'name' => esc_html__('Featured Image', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'featured_image' ], [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'header_overlay' ] ], 'listing_location' => [ [ 'type' => 'media', 'name' => esc_html__('Featured Image', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'featured_image' ], [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'header_overlay' ], [ 'type' => 'media', 'name' => 'Gallery', 'description' => 'The gallery will be shown on the this category page', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'gallery' ], [ 'type' => 'text', 'save_type' => 'term_meta', 'name' => esc_html__('Place ID', 'wilcity'), 'description' => Wiloke::ksesHTML(__('This feature available in ListGo 1.0.8 and higher. You can find the place here <a href="https://developers.google.com/maps/documentation/javascript/examples/places-placeid-finder" target="_blank">PlaceID finder</a>', 'wilcity'), true), 'is_add_to_column' => true, 'id' => 'placeid' ], ], 'listing_cat' => [ [ 'type' => 'media', 'name' => esc_html__('Featured Image', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'featured_image' ], [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'id' => 'header_overlay' ], [ 'type' => 'media', 'name' => 'Gallery', 'description' => 'The gallery will be shown on the this category page', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'gallery' ], [ 'type' => 'media', 'name' => esc_html__('Map Marker', 'wilcity'), 'description' => Wiloke::ksesHTML(__('You can download Wiloke Map Icons here <a href="https://www.dropbox.com/s/l67lf2t135j1ns0/map-icons.zip?dl=0" target="_blank">Download Map Icons</a>', 'wilcity'), true), 'return' => 'url', 'is_add_to_column' => true, 'id' => 'map_marker_image' ] ], 'product_cat' => [ [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'header_overlay' ] ], 'product_tag' => [ [ 'type' => 'media', 'name' => esc_html__('Featured Image', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'featured_image' ], [ 'type' => 'colorpicker', 'name' => esc_html__('Header Overlay', 'wilcity'), 'description' => '', 'return' => 'id', 'is_add_to_column' => true, 'id' => 'header_overlay' ] ] ];
[+]
..
[-] config.install_plugins.php
[edit]
[-] .configs.php
[edit]
[-] config.general.php
[edit]
[-] config.icon.php
[edit]
[-] config.themeoptions.php
[edit]
[-] config.contactform7.php
[edit]
[-] config.translation.php
[edit]
[-] config.taxonomy.php
[edit]
[-] config.frontend.php
[edit]
[-] config.btn.php
[edit]
[-] config.listing.php
[edit]
[-] config.metaboxes.php
[edit]
[-] config.single-sidebar.php
[edit]