themes-wordpress/shhh/patterns/404.php
2023-12-12 16:06:36 -05:00

13 lines
234 B
PHP

<?php
/**
* Title: A 404 page
* Slug: shhh/404
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:paragraph -->
<p><?php echo esc_html__( '⌇⌇ Oops, this page cannot be found.', 'shhh' ); ?></p>
<!-- /wp:paragraph -->