HEX
Server: Apache
System: Linux 4801f1b1.ptr.provps.com 6.17.8-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 13 18:02:25 EST 2025 x86_64
User: nassaugo (1004)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nassaugo/www/wp-content/plugins/wpforms/pro/templates/admin/empty-states/no-entries.php
<?php
/**
 * No entries HTML template.
 *
 * @since 1.6.2.3
 */

if ( ! \defined( 'ABSPATH' ) ) {
	exit;
}

?>
<div class="wpforms-admin-empty-state-container wpforms-admin-no-entries">

	<h2 class="waving-hand-emoji"><?php esc_html_e( 'Hi there!', 'wpforms' ); ?></h2>

	<p><?php esc_html_e( 'It looks like you don’t have any form entries just yet - check back soon!', 'wpforms' ); ?></p>

	<img src="<?php echo esc_url( WPFORMS_PLUGIN_URL . 'assets/images/empty-states/no-entries.svg' ); ?>" alt=""/>

</div>