Advertisement
Guest User

Untitled

a guest
Nov 27th, 2015
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. function remove_product_sort() {
  2.     echo 'test 123';
  3. }
  4.  
  5. add_filter( 'woocommerce_archive_description', 'remove_product_sort' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement