Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save AnanthFlycart/e59759fcfff9dde4f9a0f1f04ef7f373 to your computer and use it in GitHub Desktop.

Select an option

Save AnanthFlycart/e59759fcfff9dde4f9a0f1f04ef7f373 to your computer and use it in GitHub Desktop.
CUW: FBT display newest products
add_filter('cuw_fbt_product_ids_to_display', function ($ids, $product) {
rsort($ids);
return $ids;
}, 100, 2);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment