REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.21 KB
Close
/home/nshryvcy/blissfulnepal.com/wp-content/plugins/wpforms-lite/templates/admin/payments/single/log.php
Text
Base64
<?php /** * Single Payment page - Log metabox. * * @since 1.8.2 * * @var array $logs Logs. */ if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div id="wpforms-payment-logs" class="postbox"> <div class="postbox-header"> <h2 class="hndle"> <span><?php esc_html_e( 'Log', 'wpforms-lite' ); ?></span> </h2> </div> <div class="inside"> <?php if ( empty( $logs ) ) : ?> <span class="wpforms-payment-no-logs"><?php esc_html_e( 'No Logs', 'wpforms-lite' ); ?></span> <?php endif; ?> <?php foreach ( $logs as $log ) : $item = json_decode( $log['value'], false ); $date_time = sprintf( /* translators: %1$s - date, %2$s - time when item was created, e.g. "Oct 22, 2022 at 11:11 am". */ __( '%1$s at %2$s', 'wpforms-lite' ), wpforms_date_format( $item->date, 'M j, Y', true ), wpforms_time_format( $item->date, '', true ) ); if ( empty( $item->value ) ) { continue; } ?> <div class="wpforms-payment-log-item" > <span class="wpforms-payment-log-item-value"> <?php echo esc_html( $item->value ); ?> </span> <span class="wpforms-payment-log-item-date"> <?php echo esc_html( $date_time ); ?> </span> </div> <?php endforeach; ?> </div> </div>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 9
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
advanced-details.php
1.05 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
details.php
2.40 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
entry-details.php
2.18 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
field.php
549 B
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
heading-navigation.php
2.00 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
log.php
1.21 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
no-payment.php
750 B
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
payment-details.php
3.58 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
payment-history.php
2.72 KB
lrw-r--r--
2026-06-03 14:57:37
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).