PATH:
home
/
letacommog
/
winwithd
/
wp-content
/
plugins
/
paid-member-subscriptions
/
includes
/
admin
/
views
<?php // Exit if accessed directly if ( ! defined( 'ABSPATH' ) ) exit; /* * HTML Output for the Uninstall page */ ?> <div class="wrap pms-wrap pms-uninstall-wrap"> <h2><?php echo __( 'Uninstall Paid Member Subscriptions', 'paid-member-subscriptions' ); ?></h2> <p><?php echo __( 'We\'re sad to see you leave, but we understand that sometimes things don\'t work out as planned.', 'paid-member-subscriptions' ); ?></p> <p><?php echo __( 'Below you have information about what will be removed from your database. Please be advised that once this information is removed it cannot be recovered.', 'paid-member-subscriptions' ); ?></p> <br /> <!-- Uninstall details table --> <table class="wp-list-table widefat striped"> <tr> <td> <p><strong><?php echo __( 'Custom Options', 'paid-member-subscriptions' ); ?></strong></p> <span><?php echo __( 'Removes all custom options, used by Paid Member Subscriptions, from the <em>options</em> table of the database.', 'paid-member-subscriptions' ); ?></span> </td> </tr> <tr> <td> <p><strong><?php echo __( 'Custom User Roles', 'paid-member-subscriptions' ); ?></strong></p> <span><?php echo __( 'Removes all custom user roles created by Paid Member Subscriptions. These user roles will be removed for all users that have them.', 'paid-member-subscriptions' ); ?></span> </td> </tr> <tr> <td> <p><strong><?php echo __( 'Custom Database Tables', 'paid-member-subscriptions' ); ?></strong></p> <span><?php echo __( 'Removes all information stored in our custom database tables and deletes these tables from your database.', 'paid-member-subscriptions' ); ?></span> </td> </tr> </table> <!-- Uninstall procedure admin notice --> <div class="pms-admin-notice pms-error"><p><strong>Warning: All information stored by Paid Member Subscriptions will be removed from your database in the Uninstall process and cannot be recovered. Please do a backup of your database before proceeding.</strong></p></div> <a class="button button-primary thickbox" href="#TB_inline?width=400&height=210&inlineId=pms-uninstall-confirmation"><?php echo __( 'Uninstall', 'paid-member-subscriptions' ); ?></a> <a class="button" href="<?php echo admin_url( 'plugins.php' ); ?>"><?php echo __( 'Cancel', 'paid-member-subscriptions' ); ?></a> <!-- Uninstall Confirmation thickbox --> <?php add_thickbox(); ?> <div id="pms-uninstall-confirmation" style="display: none;"> <form action="" method="POST"> <h3><?php echo __( 'Confirm Uninstall', 'paid-member-subscriptions' ); ?></h3> <p><?php echo __( 'To confirm the Uninstall process please type the word <strong>REMOVE</strong> in the field below and then click the Uninstall button.', 'paid-member-subscriptions' ); ?></p> <input type="text" autocomplete="off" name="pms-confirm-uninstall" /> <div class="pms-uninstall-thickbox-footer"> <?php echo wp_nonce_field( 'pms_uninstall_nonce', 'pmstkn' ); ?> <input type="submit" disabled name="pms-confirm-uninstall-submit" class="button button-primary" value="<?php echo __( 'Uninstall', 'paid-member-subscriptions' ); ?>" /> <a id="pms-confirm-uninstall-cancel" class="button" href="#"><?php echo __( 'Cancel', 'paid-member-subscriptions' ); ?></a> </div> <form> </div> </div>
[+]
..
[-] view-page-reports.php
[edit]
[-] view-page-payments-list-table.php
[edit]
[-] view-page-addons.php
[edit]
[-] view-page-members-edit.php
[edit]
[+]
setup-wizard
[-] view-page-export.php
[edit]
[-] view-page-settings-content_restriction.php
[edit]
[-] view-page-settings-emails.php
[edit]
[-] view-page-payments-add-new-edit.php
[edit]
[-] view-page-uninstall.php
[edit]
[-] view-page-basic-info.php
[edit]
[-] view-page-settings-payments.php
[edit]
[-] view-page-members-list-table.php
[edit]
[-] view-page-members-add-new-edit-subscription.php
[edit]
[-] view-page-settings-general.php
[edit]
[-] view-page-members-add-new-bulk.php
[edit]
[-] view-page-setup-wizard.php
[edit]
[-] view-page-settings-misc.php
[edit]