Browse
For agents
About
YayMail – WooCommerce Email Customizer
/
3.4
YayMail – WooCommerce Email Customizer
v3.4
Switch version
4.4.4
4.4.3
4.4.2
4.4.1
trunk
1.9.6
2.1.4
2.1.5
3.2.2
3.2.6
3.2.7.1
3.2.8.1
3.2.9
3.3
3.3.1
3.3.4
3.3.5
3.3.6
3.3.7
3.3.8
3.3.9
3.4
3.4.1
3.4.2
3.4.3
All 55 releases
Overview
Code
yaymail
/
includes
/
License
/
views
/
update-plugin-notification.php
update-plugin-notification.php
in YayMail – WooCommerce Email Customizer 3.4, at includes/License/views/update-plugin-notification.php
10 lines
563 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
$
changelog_link
=
self_admin_url
(
'
plugin-install.php?tab=plugin-information&plugin=
'
.
$
file
.
'
§ion=changelog&TB_iframe=true&width=600&height=800
'
)
;
3
?
>
4
<
div
class
=
"
update-message notice inline notice-warning notice-alt
"
>
5
<
p
>
6
<
span
>
<
?
php
echo
esc_html
(
"
There is a new version of
{
$
plugin
[
'
name
'
]
}
available.
"
)
;
?
>
<
/
span
>
7
<
a
target
=
"
_blank
"
class
=
"
thickbox open-plugin-details-modal
"
href
=
"
<?php echo esc_url(
$
changelog_link
); ?>
"
>
<
?
php
echo
esc_html
(
'
View version
'
.
$
plugin_version_info
[
'
new_version
'
]
.
'
details
'
)
;
?
>
<
/
a
>
8
<
/
p
>
9
<
/
div
>
10