1234567891011 |
- <?php
- /**
- * Title: Search Field
- * Slug: onyxpulse/hidden-search-field
- * Inserter: no
- */
- declare( strict_types = 1 );
- ?>
- <!-- wp:search {"showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'onyxpulse' ); ?>","buttonUseIcon":true} /-->
|