File manager - Edit - /home/proidvn/me.proid.vn/wp-content/plugins/duplicator-pro/template/parts/settings_fields/checkbox.php
Back
<?php /** * Duplicator messages sections * * @package Duplicator * @copyright (c) 2022, Snap Creek LLC */ defined("ABSPATH") or die(""); /** * Variables * * @var \Duplicator\Core\Controllers\ControllersManager $ctrlMng * @var \Duplicator\Core\Views\TplMng $tplMng * @var array<string, mixed> $tplData */ ?> <tr> <th scope="row"> <?php echo esc_html($tplData['fieldLabel']); ?> </th> <td> <fieldset> <legend class="screen-reader-text"> <span><?php echo esc_html($tplData['fieldLabel']); ?></span> </legend> <label> <input id="<?php echo esc_attr('dup-id-' . $tplData['fieldName']); ?>" name="<?php echo esc_attr($tplData['fieldName']); ?>" type="checkbox" value="1" <?php checked($tplData['fieldChecked']); ?> > <?php echo esc_html($tplData['fieldCheckboxLabel']); ?> </label> <?php if (!empty($tplData['fieldDescription'])) { ?> <p class="description"> <?php echo esc_html($tplData['fieldDescription']); ?> </p> <?php } ?> </fieldset> </td> </tr>
| ver. 1.4 |
Github
|
.
| PHP 8.0.30 | Generation time: 0.14 |
proxy
|
phpinfo
|
Settings