zZzzZ.
home
/
rotary
/
public_html
/
wp-content
/
plugins
/
codepress-admin-columns
/
templates
/
message
New Folder
Editing: notice.php
Save
Cancel
<?php if ( ! defined( 'ABSPATH' ) ) { exit; } ?> <div class="ac-notice notice <?php echo esc_attr( $this->type . ' ' . $this->id ); ?>"> <div class="ac-notice__body"> <?php echo $this->message; ?> </div> </div>