Browse
For agents
About
Datafeedr API
/
1.0.124
Datafeedr API
v1.0.124
Switch version
1.4.2
1.0.125
1.0.13
1.0.14
1.0.15
1.0.16
1.0.17
1.0.18
1.0.19
1.0.2
1.0.20
1.0.21
1.0.22
1.0.23
1.0.24
1.0.25
1.0.26
1.0.27
1.0.28
1.0.29
1.0.3
1.0.30
1.0.31
1.0.32
1.0.33
All 181 releases
Overview
Code
datafeedr-api
/
src
/
Views
/
admin
/
notices.php
notices.php
in Datafeedr API 1.0.124, at src/Views/admin/notices.php
10 lines
257 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
*
@var
string
$classes CSS classes to add to wrapping <div>.
4
*
@var
string
$message The notice message.
5
*
@todo
Add support for a notice heading and possibly an icon.
6
*/
7
?
>
8
<
div
class
=
"
notice <?=
$
classes
?>
"
>
9
<
p
>
<
?
=
$
message
?
>
<
/
p
>
10
<
/
div
>