PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Register
<?php namespace WilokeListingTools\Register; trait ParseSection { protected function parseSection($aSection){ $aUsedSections['type'] = $aSection['type']; $aUsedSections['key'] = $aSection['key']; $aUsedSections['heading'] = $aSection['heading']; $aUsedSections['desc'] = isset($aSection['desc']) ? $aSection['desc'] : ''; $aUsedSections['icon'] = $aSection['icon']; if ( isset($aSection['isCustomSection']) && $aSection['isCustomSection'] ){ $aUsedSections['isCustomSection'] = 'yes'; } if ( isset($aSection['isGroup']) && ($aSection['isGroup'] == 'yes') ){ $aUsedSections['fieldGroups'] = $aSection['fieldGroups']; }else{ foreach ($aSection['fieldGroups'] as $aFieldSettings){ $aUsedSections['fields'][$aFieldSettings['key']]['type'] = $aFieldSettings['type']; $aUsedSections['fields'][$aFieldSettings['key']]['value'] = ''; foreach ($aFieldSettings['fields'] as $aDetailSettings){ $aUsedSections['fields'][$aFieldSettings['key']][$aDetailSettings['key']] = $aDetailSettings[$aDetailSettings['key']]; } } } return $aUsedSections; } }
[+]
..
[-] RegisterEventSettings.php
[edit]
[-] WilokeSubmissionConfiguration.php
[edit]
[-] RegisterInvoiceSubMenu.php
[edit]
[-] RegisterEmailNotifications.php
[edit]
[-] ManageListingColumns.php
[edit]
[-] RegisterPostTypes.php
[edit]
[-] RegisterSaleSubMenu.php
[edit]
[-] RegisterSubmenuQuickSearchForm.php
[edit]
[-] RegisterListingSetting.php
[edit]
[-] General.php
[edit]
[-] .Register.php
[edit]
[-] RegisterImportExportWilokeTools.php
[edit]
[-] ParseSection.php
[edit]
[-] WilokeSubmission.php
[edit]
[+]
views
[-] RegisterMobileMenu.php
[edit]
[-] ListingToolsGeneralConfig.php
[edit]
[-] RegisterReportSubmenu.php
[edit]
[-] RegisterPromotionPlans.php
[edit]
[-] GetAvailableSections.php
[edit]
[-] RegisterSaleDetailSubMenu.php
[edit]
[-] RegisterSubscriptions.php
[edit]
[-] AddCustomPostType.php
[edit]
[-] RegisterSettings.php
[edit]
[-] RegisterFirebaseNotification.php
[edit]
[-] RegisterClaimSubMenu.php
[edit]