site_oueb_2/wp-content/themes/oceanwp/500.php

14 lines
224 B
PHP
Raw Normal View History

2022-11-22 20:23:31 +01:00
<?php
/**
* The template for displaying 500 pages in PWA.
*
* @package OceanWP WordPress theme
* @since 1.8.8
*/
pwa_get_header( 'pwa' );
do_action( 'ocean_do_server_error' );
pwa_get_footer( 'pwa' );