Server IP : 15.235.198.142 / Your IP : 216.73.216.149 Web Server : Apache/2.4.58 (Ubuntu) System : Linux ballsack 6.8.0-45-generic #45-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 30 12:02:04 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 8.3.6 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/limehill_LIVE/wp-content/plugins/wpforms-lite/templates/admin/payments/single/ |
Upload File : |
<?php /** * Single Payment page - Payment entry field template. * * @since 1.8.9 * * @var array $field Field data. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="wpforms-payment-entry-field <?php echo wpforms_sanitize_classes( $field['field_class'] ); ?>" > <p class="wpforms-payment-entry-field-name"> <?php echo esc_html( wp_strip_all_tags( $field['field_name'] ) ); ?> </p> <div class="wpforms-payment-entry-field-value"> <?php echo wp_kses_post( nl2br( make_clickable( $field['field_value'] ) ) ); ?> </div> </div>