# datafeedr-api/1.2.3/src/Views/admin/notices.php

Datafeedr API, version 1.2.3. 10 lines.

- Page: https://pluginprobe.com/plugins/datafeedr-api/1.2.3/code/src/Views/admin/notices.php
- Raw: https://pluginprobe.com/plugins/datafeedr-api/1.2.3/raw/src/Views/admin/notices.php
- Modified: 2018-02-08T16:35:32+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/datafeedr-api/1.2.3/code/src/Views/admin/notices.php#L10-L20`.

```php
<?php
/**
 * @var string $classes CSS classes to add to wrapping <div>.
 * @var string $message The notice message.
 * @todo Add support for a notice heading and possibly an icon.
 */
?>
<div class="notice <?= $classes ?>">
    <p><?= $message ?></p>
</div>
```
