__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
/**
* Notes template for the Entry Print page.
*
* @var object $entry Entry.
* @var array $form_data Form data and settings.
*/
if ( ! defined( 'ABSPATH' ) ) {
exit;
}
if ( empty( $entry->entry_notes ) ) {
return;
}
?>
<div class="print-item wpforms-field-notes">
<div class="print-item-title"><?php esc_html_e( 'Notes', 'wpforms' ); ?></div>
<div class="print-item-value">
<?php
foreach ( $entry->entry_notes as $note ) {
$user = get_userdata( $note->user_id );
$user_name = ! empty( $user->display_name ) ? $user->display_name : $user->user_login;
$date = wpforms_datetime_format( $note->date, '', true );
?>
<div class="note-item">
<div><?php echo wp_kses_post( $note->data ); ?></div>
<div class="print-item-description">
<?php
printf( /* translators: %1$s - user name, %2$s - date. */
esc_html__( 'Added by %1$s on %2$s', 'wpforms' ),
esc_html( $user_name ),
esc_html( $date )
);
?>
</div>
</div>
<?php } ?>
</div>
</div>
| 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 |
|