File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/wp-all-export-pro/src/App/Field/ExcludedDestination.php
Back
<?php namespace Wpae\App\Field; // This is not used right now // Remove file if we decide not to use this field class ExcludedDestination extends Field { const SECTION = 'advancedAttributes'; public function getValue($snippetData) { $advancedAttributes = $this->feed->getSectionFeedData(self::SECTION); if($advancedAttributes['excludedDestination'] == self::CUSTOM_VALUE_TEXT) { $excludedDestination = $advancedAttributes['excludedDestinationCV']; } else { $excludedDestination = $advancedAttributes['excludedDestination']; } return $excludedDestination; } public function getFieldName() { return 'excluded_destination'; } }
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.17 |
proxy
|
phpinfo
|
Settings