File Manager / wp-content Search Upload New Item Settings File "db5.php" Full path: /home1/epichome/public_html/wp-content/db5.php File size: 60.67 B (60.67 KB bytes) MIME-type: text/x-php Charset: utf-8 Download Open Edit Advanced Editor Back
/home/pharmacy/www/wp-content/plugins/simple-membership/views/payments/admin_payment_settings.php
<?php
//TODO - this menu tab can be removed in the future. It is here for backward compatibility.

?>
<div class="swpm-yellow-box">
    <p>
    <?php _e('The payment settings have moved to the <b>Payment Settings</b> tab in the <strong>Payments</strong> menu. Click the link below to navigate to the new location.','simple-membership');?>
    </p>
    <p>
    <a class="button-primary" href="admin.php?page=simple_wp_membership_payments&tab=payment_settings"><?php _e('Go to the new Payment Settings location','simple-membership');?></a>
    </p>
</div>
<?php