Skip to content

Instantly share code, notes, and snippets.

View JomalJohny's full-sized avatar
🎯
Focusing

Jomal Johny JomalJohny

🎯
Focusing
  • 2Base Technologies
  • Palakkad, Kerala, India
View GitHub Profile
@JomalJohny
JomalJohny / wc-sku-sorting.php
Created July 4, 2020 06:57 — forked from bekarice/wc-sku-sorting.php
Sort WooCommerce Products by SKU
<?php // ONLY COPY THIS LINE IF NEEDED!
/**
* Adds the ability to sort products in the shop based on the SKU
* Can be combined with tips here to display the SKU on the shop page: https://www.skyverge.com/blog/add-information-to-woocommerce-shop-page/
*
* @param array $args the sorting args
* @return array updated args
*/
function sv_add_sku_sorting( $args ) {