Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
112
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.28 KB | None | 0 0
  1. function tokoo_header_search() {
  2. ?><div class="header-search"><?php
  3. if ( tokoo_is_woocommerce_activated() ) {
  4. if ( function_exists( 'aws_get_search_form' ) ) { aws_get_search_form(); }
  5. } else {
  6. the_widget( 'WP_Widget_Search', 'title=' );
  7. } ?></div><?php
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement