# better-payment/2.3.1/includes/Template/User-Dashboard/default.php

Better Payment – Instant Payments, Donations, Fundraising with Subscriptions &amp; More, version 2.3.1. 17 lines.

- Page: https://pluginprobe.com/plugins/better-payment/2.3.1/code/includes/Template/User-Dashboard/default.php
- Raw: https://pluginprobe.com/plugins/better-payment/2.3.1/raw/includes/Template/User-Dashboard/default.php
- Modified: 2025-07-08T11:36:08+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/better-payment/2.3.1/code/includes/Template/User-Dashboard/default.php#L10-L20`.

```php
<?php
/**
 * 
 * Follow the below structure to create your own custom template.
 * 
 * your-theme/
 *  └── Template/
 *      └── User-Dashboard/
 *          └── your-custom-template.php
 *
 * Don't forget to add the template name (Template Name: Your Custom Template) in the top of the file.
 */

if (!defined('ABSPATH')) {
    exit;
} // Exit if accessed directly

```
