Files
torebki-fabiola.pl/wp-content/plugins/ajax-search-for-woocommerce/partials/themes/woodmart.php
2026-03-05 13:07:40 +01:00

13 lines
240 B
PHP

<?php
// Exit if accessed directly
if ( ! defined( 'DGWT_WCAS_FILE' ) ) {
exit;
}
if ( ! function_exists( 'woodmart_search_form' ) ) {
function woodmart_search_form( $args = array() ) {
echo do_shortcode( '[wcas-search-form]' );
}
}