PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins1
/
wiloke-listing-tools
/
app
/
Register
<?php namespace WilokeListingTools\Register; trait GetAvailableSections { protected function getAvailableSections() { $this->aAvailableSections = $this->aAllSections; if (empty($this->aUsedSections)) { $this->aAvailableSections = $this->aAllSections; return true; } if (empty($this->aAvailableSections)) { return true; } foreach ($this->aUsedSections as $aUsedSection) { if (!isset($aUsedSection['isClone']) || !$aUsedSection['isClone']) { unset($this->aAvailableSections[$aUsedSection['type']]); } } if (empty($this->aAvailableSections)) { return true; } // foreach ($this->aAvailableSections as $sectionKey => $aSection) { // $this->aAvailableSections[$sectionKey] = $this->parseSection($aSection); // } return true; } }
[+]
..
[-] 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]