a3d3e72212
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>
10 lines
333 B
PHP
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' ); ?>"} /-->
|