HOME


Mini Shell 1.0
DIR: /home/otwalrll/.trash/wp-content/plugins/formidable/stripe/views/lists/
Upload File :
Current File : //home/otwalrll/.trash/wp-content/plugins/formidable/stripe/views/lists/list.php
<?php
if ( ! defined( 'ABSPATH' ) ) {
	die( 'You are not allowed to call this page directly.' );
}
?>

<div class="frm_wrap">
	<?php
	$should_show_add_new_button = class_exists( 'FrmPaymentsController', false );
	FrmAppHelper::get_admin_header(
		array(
			'label'    => __( 'Payments', 'formidable' ),
			'form'     => FrmAppHelper::simple_get( 'form', 'absint', 0 ),
			'publish'  => ! $should_show_add_new_button ? true : array(
				'FrmAppHelper::add_new_item_link',
				array(
					'new_link' => admin_url( 'admin.php?page=formidable-payments&amp;action=new' ),
				),
			),
		)
	);
	?>

	<div class="wrap">

		<?php
		$wp_list_table->views();
		?>

		<form id="posts-filter" method="get">
			<input type="hidden" name="page" value="formidable-payments" />
			<input type="hidden" name="frm_action" value="list" />
			<?php $wp_list_table->display(); ?>
		</form>

	</div>
</div>