[ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * Title: Hidden 404 4 * Slug: twentytwentythree/hidden-404 5 * Inserter: no 6 */ 7 ?> 8 <!-- wp:spacer {"height":"var(--wp--preset--spacing--30)"} --> 9 <div style="height:var(--wp--preset--spacing--30)" aria-hidden="true" class="wp-block-spacer"></div> 10 <!-- /wp:spacer --> 11 12 <!-- wp:heading {"level":1,"align":"wide"} --> 13 <h1 class="alignwide"><?php echo esc_html_x( '404', 'Error code for a webpage that is not found.', 'twentytwentythree' ); ?></h1> 14 <!-- /wp:heading --> 15 16 <!-- wp:group {"align":"wide","layout":{"type":"default"},"style":{"spacing":{"margin":{"top":"5px"}}}} --> 17 <div class="wp-block-group alignwide" style="margin-top:5px"> 18 <!-- wp:paragraph --> 19 <p><?php echo esc_html_x( 'This page could not be found.', 'Message to convey that a webpage could not be found', 'twentytwentythree' ); ?></p> 20 <!-- /wp:paragraph --> 21 22 <!-- wp:search {"label":"<?php echo esc_html_x( 'Search', 'label', 'twentytwentythree' ); ?>","placeholder":"<?php echo esc_attr_x( 'Search...', 'placeholder for search field', 'twentytwentythree' ); ?>","showLabel":false,"width":100,"widthUnit":"%","buttonText":"<?php esc_attr_e( 'Search', 'twentytwentythree' ); ?>","buttonUseIcon":true,"align":"center"} /--> 23 </div> 24 <!-- /wp:group --> 25 26 <!-- wp:spacer {"height":"var(--wp--preset--spacing--70)"} --> 27 <div style="height:var(--wp--preset--spacing--70)" aria-hidden="true" class="wp-block-spacer"></div> 28 <!-- /wp:spacer -->
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated : Thu Nov 21 08:20:01 2024 | Cross-referenced by PHPXref |