first commit

This commit is contained in:
Roman Pyrih
2023-07-24 08:30:51 +02:00
commit c2e100a763
7128 changed files with 1622619 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<?php if ( ! defined( 'ABSPATH' ) ) {
die( 'Direct access forbidden.' );
}
/**
* @var string $message
* @var string $type
*/
?>
<div class="wrap">
<div class="<?php echo $type; ?> settings-<?php echo $type; ?> notice-<?php echo $type; ?> notice is-dismissible">
<p><strong><?php echo $message; ?></strong></p>
<button type="button" class="notice-dismiss"><span class="screen-reader-text"><?php echo __('Dismiss this notice','brizy')?>.</span>
</button>
</div>
</div>