ÿØÿà JFIF ÿÛ „ ( %!1!%*+...983,7(-.-
File manager
File manager - Edit - /home/trueinxa/truelove4seniors.org/wp-content/plugins/give/src/FormAPI/Form/Media.php
Back
<?php namespace Give\FormAPI\Form; class Media extends Field { /** * Field value type. * Note: Allow developer to save attachment ID or attachment url as metadata. * * @since 2.7.0 * @var string */ public $fieldValueType; /** * @inheritDoc */ public function parse($array) { parent::parse($array); $this->fieldValueType = isset($array['fvalue']) ? $array['fvalue'] : 'url'; } /** * @inheritDoc */ public function toArray() { return array_merge( parent::toArray(), [ 'fvalue' => $this->fieldValueType, ] ); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings