
* Add declare( strict_types = 1 ) to functions.php * Add declare( strict_types = 1 ) to all pattern files
11 lines
352 B
PHP
11 lines
352 B
PHP
<?php
|
|
/**
|
|
* Title: Search
|
|
* Slug: tronar/search
|
|
* Inserter: no
|
|
*/
|
|
|
|
declare( strict_types = 1 );
|
|
?>
|
|
|
|
<!-- wp:search {"label":"Search","showLabel":false,"placeholder":"<?php echo esc_html_x( 'Search...', 'This is a placeholder text in a search field', 'tronar' ); ?>","buttonText":"Search","buttonPosition":"button-inside","buttonUseIcon":true} /-->
|