PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
config
<?php $prefix = 'wilcity_'; return array( 'woocommerce_association' => array( 'id' => 'woocommerce_association', 'title' => esc_html__('WooCommerce Alias', 'wiloke-listing-tools'), 'object_types' => array('event_plan'), 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'type' => 'select', 'id' => $prefix.'woocommerce_association', 'name' => esc_html__('Product Alias', 'wiloke-listing-tools'), 'options_cb' => array('WilokeListingTools\MetaBoxes\EventPlan', 'renderProductAlias') ) ) ), 'is_recommended' => array( 'id' => 'is_recommended', 'title' => esc_html__('Is Recommended', 'wiloke-listing-tools'), 'object_types' => array('event_plan'), 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => array( array( 'type' => 'checkbox', 'id' => 'wilcity_is_recommended', 'name' => esc_html__('Yes', 'wiloke-listing-tools') ), array( 'type' => 'text', 'id' => 'wilcity_recommend_text', 'name' => esc_html__('Description', 'wiloke-listing-tools'), 'default' => esc_html__('Popular', 'wiloke-listing-tools') ), ) ), 'plan_settings' => array( 'id' => 'plan_settings', 'title' => esc_html__('Plan Settings', 'wiloke-listing-tools'), 'object_types' => array('event_plan'), 'context' => 'normal', 'priority' => 'low', 'save_fields' => false, 'show_names' => true, // Show field names on the left 'fields' => array( array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_event_plan:regular_price', 'name' => 'Regular Price' ), array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_event_plan:availability_items', 'name' => 'Availability Events' ), array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_event_plan:trial_period', 'name' => 'Trial Period (Unit: Day)' ), array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_event_plan:regular_period', 'name' => 'Period Day' ), array( 'type' => 'wiloke_field', 'fieldType' => 'select', 'id' => 'add_event_plan:toggle_gallery', 'name' => 'Toggle Gallery', 'options' => array( 'enable' => 'Enable', 'disable' => 'Disable' ) ), array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_listing_plan:maximumGalleryImages', 'name' => 'Maximum Gallery images can be uploaded in a listing. (*)', 'value' => 10 ), array( 'type' => 'wiloke_field', 'fieldType' => 'select', 'id' => 'add_listing_plan:toggle_videos', 'name' => 'Toggle Video', 'options' => array( 'enable' => 'Enable', 'disable' => 'Disable' ) ), array( 'type' => 'wiloke_field', 'fieldType' => 'input', 'id' => 'add_listing_plan:maximumVideos', 'name' => 'Maximum Videos can be added in a listing. Leave empty means unlimited', 'value' => 4 ), array( 'type' => 'wiloke_field', 'fieldType' => 'select', 'id' => 'add_listing_plan:toggle_email', 'name' => 'Toggle Email Address', 'options' => array( 'enable' => 'Enable', 'disable' => 'Disable' ) ), array( 'type' => 'wiloke_field', 'fieldType' => 'select', 'id' => 'add_listing_plan:toggle_phone', 'name' => 'Toggle Phone', 'options' => array( 'enable' => 'Enable', 'disable' => 'Disable' ) ), array( 'type' => 'wiloke_field', 'fieldType' => 'select', 'id' => 'add_listing_plan:toggle_website', 'name' => 'Toggle Website', 'options' => array( 'enable' => 'Enable', 'disable' => 'Disable' ) ) ) ), );
[+]
..
[-] subscriptions.php
[edit]
[-] usermeta.php
[edit]
[-] claim-settings.php
[edit]
[-] push-notifications.php
[edit]
[-] report.php
[edit]
[-] dashboard.php
[edit]
[-] builder-plugin.php
[edit]
[-] line-icon.php
[edit]
[-] sales.php
[edit]
[-] default-addlisting.php
[edit]
[-] promotion-metaboxes.php
[edit]
[-] invoices.php
[edit]
[-] utcToGmt.php
[edit]
[-] wiloke-submission.php
[edit]
[-] mobile-menus.php
[edit]
[-] post-metaboxes.php
[edit]
[-] listinglocation.php
[edit]
[-] user.php
[edit]
[-] middleware.php
[edit]
[-] listing-settings.php
[edit]
[-] translation.php
[edit]
[-] promotion-settings.php
[edit]
[-] claimfields.php
[edit]
[-] claim.php
[edit]
[-] eventplan.php
[edit]
[-] event-comment.php
[edit]
[-] schema-markup.php
[edit]
[-] register-login.php
[edit]
[-] discount.php
[edit]
[-] posttypes.php
[edit]
[-] listingplan.php
[edit]
[-] addlisting.php
[edit]
[-] apple.php
[edit]
[-] general.php
[edit]
[-] event-metaboxes.php
[edit]
[-] roles.php
[edit]
[-] woocommerce-metaboxes.php
[edit]
[-] bookingcom.php
[edit]
[-] quick-searchform.php
[edit]
[-] email.php
[edit]
[-] reviews.php
[edit]
[-] .config.php
[edit]
[-] listingtag.php
[edit]
[-] submission-pages.php
[edit]
[-] listingcategory.php
[edit]
[-] event-settings.php
[edit]
[-] payment.php
[edit]
[-] settings.php
[edit]