Advertisement
Guest User

Untitled

a guest
Mar 28th, 2018
160
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.25 KB | None | 0 0
  1. add_action( 'ava_after_main_container', 'avia_woocommerce_shop_search', 10 );
  2. function avia_woocommerce_shop_search() {
  3.     $output  = '';
  4.     $output .= '<div class="container">';
  5.     $output .= 'SEARCH SHORTCODE HERE';
  6.     $output .= '</div>';
  7.     echo $output;
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement