Файловый менеджер - Редактировать - /home/avadvi5/public_html/wp-content/plugins/wpforms/pro/templates/admin/entries/single-entry/image-choice.php
Ðазад
<?php /** * Image choice template for the Entry view page. * * @var string $choice_type Checkbox or radio. * @var bool $is_checked Is the choice checked? * @var array $choice Choice data. */ if ( ! defined( 'ABSPATH' ) ) { exit; } $image_url = ! empty( $choice['image'] ) ? $choice['image'] : null; $image = ! empty( $image_url ) ? sprintf( '<img src="%s" alt="%s"/>', esc_url( $image_url ), esc_attr( $choice['label'] ) ) : ''; ?> <div class="field-value-choice field-value-choice-image field-value-choice-<?php echo esc_attr( $choice_type ); ?> <?php echo $is_checked ? ' field-value-choice-checked' : ''; ?>"> <div class="field-value-choice-image-wrapper"> <?php if ( ! empty( $image ) ) : ?> <?php echo wp_kses_post( $image ); ?> <?php endif; ?> </div> <div> <?php // If this is the "Other" choice and a value exists, show it as "Label: Value". if ( ! empty( $choice['is_other'] ) && $is_checked && isset( $choice['other_value'] ) ) { echo wp_kses_post( $choice['label'] ) . ': ' . esc_html( $choice['other_value'] ); } else { echo wp_kses_post( $choice['label'] ); } ?> </div> </div>
| ver. 1.1 | |
.
| PHP 8.3.30 | Ð“ÐµÐ½ÐµÑ€Ð°Ñ†Ð¸Ñ Ñтраницы: 0 |
proxy
|
phpinfo
|
ÐаÑтройка