PATH:
home
/
letacommog
/
newrdv1
/
wp-content
/
plugins
/
comments-ratings
/
core
/
views
/
form-partials
/
fields
<?php defined('ABSPATH') or die; /* @var PixReviewsFormField $field */ /* @var PixReviewsForm $form */ /* @var mixed $default */ /* @var string $name */ /* @var string $idname */ /* @var string $label */ /* @var string $desc */ /* @var string $rendering */ isset($type) or $type = 'hidden'; $attrs = array ( 'name' => $name, 'id' => $idname, 'type' => 'hidden', 'value' => $form->autovalue($name) ); ?> <input <?php echo $field->htmlattributes($attrs) ?>/>
[+]
..
[-] tabular-group.php
[edit]
[-] counter.php
[edit]
[-] color.php
[edit]
[-] postbox.php
[edit]
[-] select.php
[edit]
[-] switch.php
[edit]
[-] text.php
[edit]
[-] hidden.php
[edit]
[-] group.php
[edit]