HEX
Server: Apache
System: Linux elegant-goodall 5.15.0-107-generic #117-Ubuntu SMP Fri Apr 26 12:26:49 UTC 2024 x86_64
User: allende-losmares.com_h71qfkqzx8k (10002)
PHP: 8.0.30
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/allende-losmares.com/httpdocs/wp-content/plugins/mailster/views/forms/overview.php
<div class="wrap">
<h1><?php esc_html_e( 'Forms', 'mailster' ); ?>
<?php if ( current_user_can( 'mailster_add_forms' ) ) : ?>
	<a href="edit.php?post_type=newsletter&page=mailster_forms&new" class="page-title-action"><?php esc_html_e( 'Add New', 'mailster' ); ?></a>
<?php endif; ?>
<?php if ( isset( $_GET['s'] ) && ! empty( $_GET['s'] ) ) : ?>
	<span class="subtitle"><?php printf( esc_html__( 'Search result for %s', 'mailster' ), '&quot;' . esc_html( stripslashes( $_GET['s'] ) ) . '&quot;' ); ?></span>
<?php endif; ?>
</h1>
<?php

$table = new Mailster_Forms_Table();

$table->prepare_items();
$table->search_box( esc_html__( 'Search Forms', 'mailster' ), 's' );
$table->views();
?>
<form method="post" action="" id="forms-overview-form">
<?php
$table->display();
?>
</form>
</div>