Browse
For agents
About
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
/
2.3.1
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
v2.3.1
Switch version
2.3.4
2.3.3
2.3.2
2.3.1
2.3.0
2.2.2
2.2.1
2.2.0
2.1.2
2.1.1
trunk
0.0.1
0.0.2
0.0.3
0.0.4
0.0.5
0.0.6
0.0.7
1.0.0
1.0.1
1.0.2
1.0.3
1.0.4
1.0.5
1.0.6
All 66 releases
Overview
Code
better-payment
/
includes
/
Template
/
User-Dashboard
/
default.php
default.php
in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.3.1, at includes/Template/User-Dashboard/default.php
17 lines
383 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
?
php
2
/**
3
*
4
* Follow the below structure to create your own custom template.
5
*
6
* your-theme/
7
* └── Template/
8
* └── User-Dashboard/
9
* └── your-custom-template.php
10
*
11
* Don't forget to add the template name (Template Name: Your Custom Template) in the top of the file.
12
*/
13
14
if
(
!
defined
(
'
ABSPATH
'
)
)
{
15
exit
;
16
}
//
Exit if accessed directly
17