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 */ ?> <tr valign="top"> <th scope="row"> <?php echo $label ?> </th> <td> <fieldset> <legend class="screen-reader-text"> <span><?php echo $label ?></span> </legend> <?php foreach ($field->getmeta('options', array()) as $fieldname => $conf): ?> <?php echo $form->field($fieldname, $conf)->render() ?> <br/> <?php endforeach; ?> <?php if ($field->hasmeta('note')): ?> <small> <em>(<?php echo $field->getmeta('note') ?>)</em> </small> <?php endif; ?> </fieldset> </td> </tr>
[+]
..
[-] 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]