📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:27:29
📂
/ (Root)
/
home
/
supecsoq
/
public_html
/
domains
/
migalexpark.com
/
wp-content
/
plugins
/
user-registration
/
includes
/
admin
/
views
📍 /home/supecsoq/public_html/domains/migalexpark.com/wp-content/plugins/user-registration/includes/admin/views
🔄 Refresh
✏️
Editing: html-notice-error.php
Writable
<?php /** * Admin View: Notice - License Error */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div class="<?php echo did_action( 'all_admin_notices' ) ? 'update-message notice inline notice-alt notice-error' : 'error'; ?>"> <p><?php echo wp_kses_post( $error ); ?></p> </div>
💾 Save Changes
❌ Cancel