PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
config
<?php return [ 'claim_status' => [ 'id' => 'claim_status', 'title' => esc_html__('Claim Status', 'wiloke-listing-tools'), 'object_types' => ['claim_listing'], 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => [ [ 'type' => 'select', 'id' => 'wilcity_claim_status', 'name' => 'Claimer Status', 'options' => [ 'pending' => 'Pending', 'cancelled' => 'Cancelled', 'approved' => 'Approved' ] ] ] ], 'claimer_id' => [ 'id' => 'wilcity_claimer_id', 'title' => esc_html__('Claimer', 'wiloke-listing-tools'), 'object_types' => ['claim_listing'], 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => [ [ 'type' => 'select2_user', 'id' => 'wilcity_claimer_id', 'name' => 'Claimer Username', 'attributes' => [ 'ajax_action' => 'wiloke_select_user' ] ] ] ], 'claimed_listing_id' => [ 'id' => 'claimed_listing_id', 'title' => esc_html__('Listing Name', 'wiloke-listing-tools'), 'object_types' => ['claim_listing'], 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => [ [ 'type' => 'select2_posts', 'id' => 'wilcity_claimed_listing_id', 'name' => 'Listing Name', 'attributes' => [ 'ajax_action' => 'wiloke_fetch_posts', 'post_types' => implode(',', \WilokeListingTools\Framework\Helpers\General::getPostTypeKeys(false)) ] ] ] ], 'claim_plan_id' => [ 'id' => 'claim_plan_id', 'title' => 'Claim Plan', 'object_types' => ['claim_listing'], 'context' => 'normal', 'priority' => 'low', 'show_names' => true, // Show field names on the left 'fields' => [ [ 'type' => 'select2_posts', 'id' => 'wilcity_claim_plan_id', 'name' => 'Claim Plan', 'attributes' => [ 'ajax_action' => 'wiloke_fetch_posts', 'post_types' => 'listing_plan' ] ] ] ], 'attribute_post_author' => [ 'id' => 'attribute_post_author', 'title' => esc_html__('Attribute this listing to', 'wiloke-listing-tools'), 'object_types' => ['claim_listing'], 'context' => 'normal', 'priority' => 'low', 'save_fields' => false, 'show_names' => true, // Show field names on the left 'fields' => [ [ 'type' => 'select2_user', 'id' => 'attribute_post_author', 'name' => 'Attribute this listing to', 'desc' => 'This setting is required if you want to switch this claim from Approved to another status.', 'attributes' => [ 'ajax_action' => 'wiloke_select_user' ] ] ] ] ];
[+]
..
[-] 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]