Advertisement
retoo

Nach Preis, Datum oder Namen auf der Shop Seite sortieren

Mar 15th, 2021
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.18 KB | None | 0 0
  1. add_filter('woocommerce_default_catalog_orderby', 'custom_default_catalog_orderby');
  2. function custom_default_catalog_orderby() {
  3.      return 'date'; // Can also use title and price
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement