Browse
For agents
About
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar
/
1.0.0
NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar
v1.0.0
Switch version
3.3.1
3.3.0
3.2.14
3.2.13
3.2.12
3.2.11
3.2.10
3.2.9
3.2.8
3.2.7
trunk
0.2.5.5
0.2.5.6
0.2.5.7
1.0.0
1.0.1
1.0.2
1.0.3
1.1.0
1.1.1
1.1.2
1.1.3
1.1.4
1.2.0
1.2.1
All 156 releases
Overview
Code
notificationx
/
admin
/
includes
/
fields
/
nx-message.php
nx-message.php
in NotificationX – FOMO, Live Sales Notification, WooCommerce Sales Popup, GDPR, Social Proof, Announcement Banner & Floating Notification Bar 1.0.0, at admin/includes/fields/nx-message.php
7 lines
157 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
$
message
=
isset
(
$
field
[
'
message
'
]
)
?
$
field
[
'
message
'
]
:
'
'
;
3
?
>
4
5
<
div
class
=
"
nx-info-message
"
>
6
<
?
php
echo
esc_html_e
(
$
message
)
;
?
>
7
<
/
div
>