Sid Gifari File Manager
🏠 Root
/
home
/
nradmin
/
www
/
wp-content
/
plugins
/
forminator
/
admin
/
views
/
templates
/
cloud
/
📝 Editing: wpmudev-login.php
<?php /** * Template admin/views/templates/cloud/wpmudev-login.php * * @package Forminator */ ?> <div class="sui-box sui-message sui-message-lg"> <img src="<?php echo esc_url( forminator_plugin_url() . 'assets/images/wpmudev-logo.png' ); ?>" srcset="<?php echo esc_url( forminator_plugin_url() . 'assets/images/wpmudev-logo.png' ); ?> 1x, <?php echo esc_url( forminator_plugin_url() . 'assets/images/wpmudev-logo@2x.png' ); ?> 2x" alt="<?php esc_attr_e( 'WPMU DEV Logo', 'forminator' ); ?>" class="sui-image sui-image-center fui-image"> <div class="sui-message-content"> <h2><?php esc_html_e( 'Log In to Your WPMU DEV Account', 'forminator' ); ?></h2> <p> <?php esc_html_e( 'Whoops, looks like you haven\'t logged into the WPMU DEV Dashboard. This plugin is the API connection between WPMU DEV and your site. To save or use cloud templates, you\'ll need to login using your WPMU DEV account details.', 'forminator' ); ?> </p> <p> <a href="<?php echo esc_url( network_admin_url( 'admin.php?page=wpmudev' ) ); ?>" target="_blank" class="sui-button sui-button-icon-left sui-button-blue"> <span class="sui-icon-wpmudev-logo" aria-hidden="true"></span> <?php esc_html_e( 'Log in to WPMU DEV', 'forminator' ); ?> </a> </p> </div> </div>
💾 Save
❌ Cancel
Sid Gifari File Manager v1.0 | Terminal Auto-Sync Enabled | Current Path: /home/nradmin/www/wp-content/plugins/forminator/admin/views/templates/cloud