📁 File Manager Pro
v10.0.3 | PHP: 7.4.33
Server: LiteSpeed
2026-06-26 11:33:57
📂
/ (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-updating.php
Writable
<?php /** * Admin View: Notice - Updating */ if ( ! defined( 'ABSPATH' ) ) { exit; // Exit if accessed directly. } ?> <div id="message" class="updated user-registration-message ur-connect"> <p><strong><?php _e( 'User Registration Data Update', 'user-registration' ); ?></strong> – <?php _e( 'Your database is being updated in the background.', 'user-registration' ); ?> <a href="<?php echo esc_url( add_query_arg( 'force_update_user_registration', 'true', admin_url( 'options-general.php?page=user-registration' ) ) ); ?>"><?php _e( 'Taking a while? Click here to run it now.', 'user-registration' ); ?></a></p> </div>
💾 Save Changes
❌ Cancel