D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
oems
/
wp-content
/
plugins
/
media-library-organizer
/
views
/
admin
/
Filename :
error.php
back
Copy
<?php /** * Output the Settings header and an error notification. * * @since 1.0.0 * * @package Media_Library_Organizer * @author Themeisle */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="wrap"> <h2> <span class="dashicons dashicons-admin-media"></span> <?php echo esc_html( $this->base->plugin->displayName ); ?> </h2> <div class="error notice"> <p><?php echo esc_html( $screen->get_error_message() ); ?></p> </div> </div>