Opal-Estate-Pro/templates/search-box/fields/submit-button.php

4 lines
195 B
PHP
Raw Normal View History

2019-09-10 06:27:33 +02:00
<button type="submit" class="<?php echo apply_filters( 'opalestate_search_form_submit_classes', 'btn btn-secondary btn-search' ); ?>">
<?php esc_html_e('Search', 'opalestate-pro'); ?>
</button>