File Editor
Directories:
.. (Back)
Files:
list.php
Create New File
Create
Edit File: 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&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>
Save Changes
Rename File
Rename