Browse
For agents
About
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
/
trunk
Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More
vtrunk
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
/
views
/
partials
/
layout-pro-banners.php
layout-pro-banners.php
in Better Payment – Instant Payments, Donations, Fundraising with Subscriptions & More trunk, at includes/Admin/views/partials/layout-pro-banners.php
14 lines
455 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
$
allowed_pro_banners
=
[
3
'
layout-4-pro
'
,
4
'
layout-5-pro
'
,
5
'
layout-6-pro
'
,
6
]
;
7
8
if
(
in_array
(
$
better_payment_form_layout
,
$
allowed_pro_banners
)
)
:
?
>
9
<
p
>
10
<
a
class
=
"
width-100
"
target
=
"
_blank
"
href
=
"
//wpdeveloper.com/in/upgrade-better-payment-pro
"
>
11
<
img
width
=
"
100%
"
src
=
"
<?php echo esc_url(BETTER_PAYMENT_ASSETS . '/img/'.
$
better_payment_form_layout
.'-banner.jpg'); ?>
"
alt
=
"
layout-pro-banner
"
>
12
<
/
a
>
13
<
/
p
>
14
<
?
php
endif
;