mirror of
https://ghproxy.net/https://github.com/AlxMedia/dashwall.git
synced 2025-08-26 15:22:37 +08:00
9 lines
No EOL
214 B
PHP
9 lines
No EOL
214 B
PHP
<div class="page-card page-card-search stickywrap">
|
|
|
|
<h3 class="stickywrap-heading"><?php esc_html_e('Search','dashwall'); ?></h3>
|
|
|
|
<div class="stickywrap-inner">
|
|
<?php get_search_form(); ?>
|
|
</div>
|
|
|
|
</div>
|