Guest User

Untitled

a guest
Aug 10th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <?php
  2. if ( ! function_exists( 'woocommerce_catalog_ordering' ) ) {
  3.  
  4. /**
  5. * Output facet sort box instead of woocommerce's
  6. */
  7. function woocommerce_catalog_ordering() {
  8. echo facetwp_display( 'sort' );
  9. }
  10. }
Add Comment
Please, Sign In to add comment