DIR: /var/www/limehill_LIVE/wp-content/themes/oceanwp/ |
Current File : /var/www/limehill_LIVE/wp-content/themes/oceanwp/offline.php |
<?php /** * The template for displaying offline pages in PWA. * * @package OceanWP WordPress theme * @since 1.8.8 */ pwa_get_header( 'pwa' ); do_action( 'ocean_do_offline' ); pwa_get_footer( 'pwa' ); |