🚀 Advanced Web Server Manager
Complete File Manager & Terminal - Standalone Version
By Sid Gifari | Gifari Industries
Current path:
/
/
home
/
duzhbywe
/
conypnu.com
/
wp-content
/
themes
/
kadence
/
template-parts
/
content
✏️
Editing: error-offline.php
<?php /** * Template part for displaying the page content when an offline error has occurred * * @package kadence */ namespace Kadence; ?> <section class="error"> <header class="page-header"> <h1 class="page-title"> <?php esc_html_e( 'Oops! It looks like you’re offline.', 'kadence' ); ?> </h1> </header><!-- .page-header --> <div class="page-content"> <?php if ( function_exists( 'wp_service_worker_error_message_placeholder' ) ) { wp_service_worker_error_message_placeholder(); } ?> </div><!-- .page-content --> </section><!-- .error -->
💾 Save Changes
❌ Cancel