Sindbad~EG File Manager

Current Path : /home/escuelai/public_html/wp-content/plugins/learnpress/inc/admin/views/
Upload File :
Current File : /home/escuelai/public_html/wp-content/plugins/learnpress/inc/admin/views/admin-notice.php

<?php
/**
 * Template for display a notice in admin
 * @deprecated 4.1.7.3.2
 */

defined( 'ABSPATH' ) || exit;

if ( ! isset( $message ) ) {
	return;
}

if ( ! isset( $type ) ) {
	$type = 'success';
}

if ( ! isset( $dismissible ) ) {
	$dismissible = true;
}

if ( strpos( $type, 'notice-' ) === false ) {
	$type = "notice-{$type}";
}

$classes = array( 'lp-notice', 'notice', $type );
?>

<div id="<?php echo esc_attr( $id ?? '' ); ?>" class="<?php echo esc_attr( implode( ' ', $classes ) ); ?>">
	<p><?php echo esc_html( $message ); ?></p>

	<?php if ( $dismissible ) : ?>
		<button class="notice-dismiss" data-dismiss-notice="<?php echo esc_attr( $id ?? '' ); ?>"></button>
	<?php endif; ?>
</div>

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists