Browse
For agents
About
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
/
2.3.3
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
v2.3.3
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
/
Admin
/
Elementor
/
Widget.php
Widget.php
in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More 2.3.3, at includes/Admin/Elementor/Widget.php
30 lines
369 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
namespace
Better_Payment
\
Lite
\
Admin
\
Elementor
;
4
5
use
Better_Payment
\
Lite
\
Controller
;
6
7
/**
8
* Exit if accessed directly
9
*/
10
if
(
!
defined
(
'
ABSPATH
'
)
)
{
11
exit
;
12
}
13
14
/**
15
* Widget handler class
16
*
17
*
@since
0.0.1
18
*/
19
class
Widget
extends
Controller
{
20
21
/**
22
* Initialize the class
23
*
24
*
@since
0.0.1
25
*/
26
function
__construct
(
)
{
27
28
}
29
30
}