HEX
Server: Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.30
System: Linux iZj6c1151k3ad370bosnmsZ 3.10.0-1160.76.1.el7.x86_64 #1 SMP Wed Aug 10 16:21:17 UTC 2022 x86_64
User: root (0)
PHP: 7.4.30
Disabled: NONE
Upload Files
File: /var/www/html/www.winghung.com/wp-content/plugins/conversational-forms/ui/entries/pagination.php
<?php
if( ! defined( 'ABSPATH' ) ){
	exit;
}
$entry_perpage = Qcformbuilder_Forms_Entry_Viewer::entries_per_page();
?>
<div class="tablenav qcformbuilder-table-nav" style="display:none;">

	<div class="tablenav-pages">
		<label class="screen-reader-text" id="wfb-entries-list-items">
			<?php esc_html__( 'Posts Per Page', 'qcformbuilder-forms' ); ?>
		</label>
		<input title="<?php echo esc_attr( esc_html__( 'Entries Per Page', 'qcformbuilder-forms' ) ); ?>" id="wfb-entries-list-items" type="number" value="<?php echo esc_attr( $entry_perpage ); ?>" class="screen-per-page" data-perpage="<?php echo esc_attr( $entry_perpage ); ?>" min="1" />
		<span class="pagination-links">
				<a href="#first" title="<?php esc_attr_e( 'Go to the first page', 'qcformbuilder-forms' ); ?>" data-page="first" class="first-page">«</a>
				<a href="#prev" title="<?php esc_attr_e( 'Go to the previous page', 'qcformbuilder-forms' ); ?>" data-page="prev" class="prev-page">‹</a>
				<span class="paging-input"><input type="text" size="1" name="paged" title="Current page" class="current-page"> <?php esc_html_e( 'of'); ?> <span class="total-pages"></span></span>
				<a href="#next" title="<?php esc_attr_e( 'Go to the next page', 'qcformbuilder-forms' ); ?>" data-page="next" class="next-page">›</a>
				<a href="#last" title="<?php esc_attr_e( 'Go to the last page', 'qcformbuilder-forms' ); ?>" data-page="last" class="last-page">»</a>
			</span>
	</div>
</div>