X7ROOT File Manager
Current Path:
/home/hamdjcne/public_html/wp-content/plugins/wp-maintenance-mode/views
home
/
hamdjcne
/
public_html
/
wp-content
/
plugins
/
wp-maintenance-mode
/
views
/
ðŸ“
..
📄
contact.php
(4.19 KB)
📄
google-analytics.php
(632 B)
📄
index.php
(28 B)
📄
loginform.php
(588 B)
📄
maintenance.php
(11.81 KB)
📄
network-settings.php
(2.12 KB)
📄
notices.php
(415 B)
📄
settings.php
(58.95 KB)
📄
sidebar.php
(2.63 KB)
📄
wizard.php
(5.84 KB)
📄
wpmm-page-template.php
(1.43 KB)
Editing: notices.php
<?php /** * Notices * * @version 2.4.0 */ defined( 'ABSPATH' ) || exit; foreach ( $notices as $key => $notice ) { if ( in_array( $key, $dismissed_notices, true ) ) { continue; } printf( '<div id="message" class="%s" data-key="%s" data-nonce="%s"><p>%s</p></div>', esc_attr( $notice['class'] ), esc_attr( $key ), esc_attr( wp_create_nonce( 'notice_nonce_' . $key ) ), wp_kses_post( $notice['msg'] ) ); }
Upload File
Create Folder