themes-wordpress/pomme/patterns/hidden-search-field.php
Takashi Irie a3d3e72212
Pomme: Add theme (#7513)
Add the new Pomme theme - it is a WP.com exclusive Archivo spin-off, see  pNEWy-hGU-p2

---------

Co-authored-by: Dean Sas <dean.sas@automattic.com>
2023-11-30 14:08:04 +00:00

10 lines
333 B
PHP

<?php
/**
* Title: Hidden Search Field
* Slug: pomme/hidden-search-field
* Inserter: no
*/
declare( strict_types = 1 );
?>
<!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder for search field', 'pomme' ); ?>","buttonText":"<?php esc_attr_e( 'Search', 'pomme' ); ?>"} /-->