PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
wiloke-listing-tools
/
config
<?php $prefix = 'wilcity_'; return array( 'metaBoxes' => array( 'id' => 'wilcity_dokan_settings', 'title' => 'Dokan Settings', 'object_types' => array('product'), 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => 'Is Multi-Vendor?', 'description' => 'Choose No if you just want to sell this product as the default.', 'type' => 'select', 'id' => 'wilcity_is_dokan', 'options' => array( 'no' => 'No', 'yes' => 'Yes' ), 'default_cb'=> array('WilokeListingTools\MetaBoxes\WooCommerce', 'getIsDokan') ), array( 'name' => 'Sending QRCode to customer', 'description' => 'After purchasing this product, We will send QRCode to the customer. You should use this feature if this product is an Event Ticket.', 'type' => 'select', 'id' => 'wilcity_is_send_qrcode', 'options' => array( 'no' => 'No', 'yes' => 'Yes' ), 'default_cb'=> array('WilokeListingTools\MetaBoxes\WooCommerce', 'getIsSendQRCode') ), array( 'name' => 'Email Content', 'description' => 'Leave empty to use your setting under Appearance -> Theme Options -> Email Settings -> QRCode Email', 'type' => 'textarea', 'id' => 'wilcity_qrcode_description', 'default_cb'=> array('WilokeListingTools\MetaBoxes\WooCommerce', 'getQRCodeEmailContent') ) ) ), 'excludeFromShop' => array( 'id' => 'wilcity_exclude_products_from_shop', 'title' => 'Exclude Product From Shop Page', 'object_types' => array('product'), 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'name' => 'Exclude?', 'type' => 'select', 'id' => 'wilcity_exclude_from_shop', 'options' => array( 'no' => 'No', 'yes' => 'Yes' ) ) ) ) );
[+]
..
[-] invoices.php
[edit]
[-] claimfields.php
[edit]
[-] translation.php
[edit]
[-] utcToGmt.php
[edit]
[-] schema-markup.php
[edit]
[-] event-comment.php
[edit]
[-] promotion-settings.php
[edit]
[-] woocommerce-metaboxes.php
[edit]
[-] roles.php
[edit]
[-] claim-settings.php
[edit]
[-] listingplan.php
[edit]
[-] apple.php
[edit]
[-] mobile-menus.php
[edit]
[-] builder-plugin.php
[edit]
[-] report.php
[edit]
[-] claim.php
[edit]
[-] listingtag.php
[edit]
[-] listing-settings.php
[edit]
[-] eventplan.php
[edit]
[-] bookingcom.php
[edit]
[-] wiloke-submission.php
[edit]
[-] addlisting.php
[edit]
[-] usermeta.php
[edit]
[-] listinglocation.php
[edit]
[-] posttypes.php
[edit]
[-] post-metaboxes.php
[edit]
[-] email.php
[edit]
[-] sales.php
[edit]
[-] quick-searchform.php
[edit]
[-] middleware.php
[edit]
[-] subscriptions.php
[edit]
[-] push-notifications.php
[edit]
[-] payment.php
[edit]
[-] register-login.php
[edit]
[-] submission-pages.php
[edit]
[-] event-metaboxes.php
[edit]
[-] settings.php
[edit]
[-] user.php
[edit]
[-] reviews.php
[edit]
[-] promotion-metaboxes.php
[edit]
[-] discount.php
[edit]
[-] default-addlisting.php
[edit]
[-] event-settings.php
[edit]
[-] general.php
[edit]
[-] dashboard.php
[edit]
[-] listingcategory.php
[edit]
[-] line-icon.php
[edit]